Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ehds committed Oct 18, 2023
1 parent ddfd893 commit 1245d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/butil/files/dir_reader_unix.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ class DirReaderUnix {
} else {
RAW_LOG(ERROR, "Failed to close directory.");
}
};
}
}

bool IsValid() const {
bool IsValid() const {
return dir_ != NULL;
}

Expand Down

0 comments on commit 1245d5c

Please sign in to comment.