diff options
author | rebecca “wiggles” turner <rbt@sent.as> | 2024-03-30 22:26:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-03-30 22:26:59 +0000 |
commit | 4b730f328e1ea581d09ffba4b064b5f3949af414 (patch) | |
tree | b60619efd94d3e232a1d5dd49589a0a7156a7b89 /src/libutil | |
parent | 2041bdac2db767c51cd86cb860fc3f03df42cb4e (diff) | |
parent | 2a98ba8b97c9ff52519633c32cf63716827d6e7c (diff) |
Merge "Add `pre-commit` checks" into main
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/source-path.hh | 2 | ||||
-rw-r--r-- | src/libutil/thread-pool.cc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/libutil/source-path.hh b/src/libutil/source-path.hh index 03cc998e3..4d4c51062 100644 --- a/src/libutil/source-path.hh +++ b/src/libutil/source-path.hh @@ -144,7 +144,7 @@ struct SourcePath * Resolve any symlinks in this `SourcePath` according to the * given resolution mode. * - * @param mode might only be a temporary solution for this. + * @param mode might only be a temporary solution for this. * See the discussion in https://github.com/NixOS/nix/pull/9985. */ SourcePath resolveSymlinks( diff --git a/src/libutil/thread-pool.cc b/src/libutil/thread-pool.cc index c6ffa75f2..a25769d9b 100644 --- a/src/libutil/thread-pool.cc +++ b/src/libutil/thread-pool.cc @@ -152,5 +152,3 @@ void ThreadPool::doWork(bool mainThread) } } - - |