Make formatting consistent
This commit is contained in:
parent
e9fc1e4fdb
commit
8623143921
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ std::string makeFileIngestionPrefix(FileIngestionMethod m);
|
||||||
typedef std::variant<
|
typedef std::variant<
|
||||||
TextHashMethod,
|
TextHashMethod,
|
||||||
FixedOutputHashMethod
|
FixedOutputHashMethod
|
||||||
> ContentAddressMethod;
|
> ContentAddressMethod;
|
||||||
|
|
||||||
ContentAddressMethod parseContentAddressMethod(std::string_view rawCaMethod);
|
ContentAddressMethod parseContentAddressMethod(std::string_view rawCaMethod);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue