forked from lix-project/lix
Make formatting consistent
This commit is contained in:
parent
e9fc1e4fdb
commit
8623143921
|
@ -38,7 +38,7 @@ std::string makeFileIngestionPrefix(FileIngestionMethod m);
|
|||
typedef std::variant<
|
||||
TextHashMethod,
|
||||
FixedOutputHashMethod
|
||||
> ContentAddressMethod;
|
||||
> ContentAddressMethod;
|
||||
|
||||
ContentAddressMethod parseContentAddressMethod(std::string_view rawCaMethod);
|
||||
|
||||
|
|
Loading…
Reference in a new issue