mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
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…
Add table
Add a link
Reference in a new issue