diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-06 11:18:14 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-06 11:18:14 -0500 |
commit | 8623143921f8683b88d46aaebe9f707e5b9a912b (patch) | |
tree | ffd59517a7746ebd412b3130c0c691a12123e0e3 | |
parent | e9fc1e4fdb0ab5adb6b163c3db361b86a4f5c69b (diff) |
Make formatting consistent
-rw-r--r-- | src/libstore/content-address.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/content-address.hh b/src/libstore/content-address.hh index a275800f9..6be4be4c5 100644 --- a/src/libstore/content-address.hh +++ b/src/libstore/content-address.hh @@ -38,7 +38,7 @@ std::string makeFileIngestionPrefix(FileIngestionMethod m); typedef std::variant< TextHashMethod, FixedOutputHashMethod - > ContentAddressMethod; +> ContentAddressMethod; ContentAddressMethod parseContentAddressMethod(std::string_view rawCaMethod); |