Make formatting consistent

This commit is contained in:
John Ericson 2023-01-06 11:18:14 -05:00
parent e9fc1e4fdb
commit 8623143921

View file

@ -38,7 +38,7 @@ std::string makeFileIngestionPrefix(FileIngestionMethod m);
typedef std::variant<
TextHashMethod,
FixedOutputHashMethod
> ContentAddressMethod;
> ContentAddressMethod;
ContentAddressMethod parseContentAddressMethod(std::string_view rawCaMethod);