diff options
Diffstat (limited to 'src/buildtool/storage/local_ac.hpp')
-rw-r--r-- | src/buildtool/storage/local_ac.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/storage/local_ac.hpp b/src/buildtool/storage/local_ac.hpp index a93130a5..b39c63dd 100644 --- a/src/buildtool/storage/local_ac.hpp +++ b/src/buildtool/storage/local_ac.hpp @@ -82,7 +82,8 @@ class LocalAC { /// \param action_id The id of the action used as entry key. /// \returns True if entry was successfully uplinked. template <bool kIsLocalGeneration = not kDoGlobalUplink> - requires(kIsLocalGeneration) [[nodiscard]] auto LocalUplinkEntry( + requires(kIsLocalGeneration) + [[nodiscard]] auto LocalUplinkEntry( LocalGenerationAC const& latest, bazel_re::Digest const& action_id) const noexcept -> bool; |