summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/common
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-09-30 16:16:20 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-10-07 13:37:39 +0200
commit030af3e7af210617df00bf850476df6b46fb004d (patch)
tree6bfaff768b035c382fe0db07909ecd1f908f1eaf /src/buildtool/execution_api/common
parentce23db59c6399199fa55b4b7dc8880522e2f1bca (diff)
downloadjustbuild-030af3e7af210617df00bf850476df6b46fb004d.tar.gz
Enable readability-* checks.
Diffstat (limited to 'src/buildtool/execution_api/common')
-rw-r--r--src/buildtool/execution_api/common/tree_reader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/common/tree_reader.hpp b/src/buildtool/execution_api/common/tree_reader.hpp
index 20e73d7d..9c1b295e 100644
--- a/src/buildtool/execution_api/common/tree_reader.hpp
+++ b/src/buildtool/execution_api/common/tree_reader.hpp
@@ -111,7 +111,7 @@ class TreeReader final {
private:
TImpl impl_;
- [[nodiscard]] static inline auto IsDirectoryEmpty(
+ [[nodiscard]] static auto IsDirectoryEmpty(
bazel_re::Directory const& dir) noexcept -> bool {
return dir.files().empty() and dir.directories().empty() and
dir.symlinks().empty();