Commit d6b33991 authored by jinhai's avatar jinhai
Browse files

Fix lint


Former-commit-id: 597df501e1ae663232ec7ae44cdec66112b8147b
parent bec1f509
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,7 +90,8 @@ class SearchJob : public Job {
        return index_files_;
    }

    std::mutex& mutex() {
    std::mutex&
    mutex() {
        return mutex_;
    }

+1 −1

File changed.

Contains only whitespace changes.