1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 20:51:00 +01:00

Indentation

This commit is contained in:
Eelco Dolstra 2022-08-22 15:30:38 +02:00
parent 4c96761c2b
commit f865048332
2 changed files with 6 additions and 8 deletions

View file

@ -89,12 +89,10 @@ public:
CheckSigsFlag checkSigs) override;
void addMultipleToStore(
PathsSource & pathsToCopy,
Activity & act,
RepairFlag repair,
CheckSigsFlag checkSigs) override;
PathsSource & pathsToCopy,
Activity & act,
RepairFlag repair,
CheckSigsFlag checkSigs) override;
StorePath addTextToStore(
std::string_view name,