1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 16:31:47 +02:00

Formatting

This commit is contained in:
Eelco Dolstra 2024-11-20 21:07:22 +01:00
parent d002324f1b
commit db0525692d
2 changed files with 20 additions and 21 deletions

View file

@ -372,9 +372,6 @@ void printClosureDiff(
* Create symlinks prefixed by `outLink` to the store paths in
* `buildables`.
*/
void createOutLinks(
const std::filesystem::path & outLink,
const BuiltPaths & buildables,
LocalFSStore & store);
void createOutLinks(const std::filesystem::path & outLink, const BuiltPaths & buildables, LocalFSStore & store);
}