mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
Slight cleanups
This commit is contained in:
parent
2c21cb6720
commit
13c669105c
2 changed files with 12 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ std::string FixedOutputHash::printMethodAlgo() const
|
|||
}
|
||||
|
||||
|
||||
std::string makeFileIngestionPrefix(const FileIngestionMethod m)
|
||||
std::string makeFileIngestionPrefix(FileIngestionMethod m)
|
||||
{
|
||||
switch (m) {
|
||||
case FileIngestionMethod::Flat:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue