diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-19 22:25:21 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-19 22:25:21 +0000 |
commit | 13c669105ca93d28ca1a78321f07fd4ddbb445b1 (patch) | |
tree | 2ada9b3c4713e5fc3c604fee265642a088c3a56e /src/libstore/content-address.cc | |
parent | 2c21cb672043fcf3c3fd19f89618b37693c0dc62 (diff) |
Slight cleanups
Diffstat (limited to 'src/libstore/content-address.cc')
-rw-r--r-- | src/libstore/content-address.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/content-address.cc b/src/libstore/content-address.cc index e4ba855d5..2e6c435ce 100644 --- a/src/libstore/content-address.cc +++ b/src/libstore/content-address.cc @@ -10,7 +10,7 @@ std::string FixedOutputHash::printMethodAlgo() const } -std::string makeFileIngestionPrefix(const FileIngestionMethod m) +std::string makeFileIngestionPrefix(FileIngestionMethod m) { switch (m) { case FileIngestionMethod::Flat: |