1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00

Fix indentation

This commit is contained in:
Eelco Dolstra 2022-11-04 13:29:39 +01:00
parent b95faccf03
commit 6259fd7ea6

View file

@ -745,8 +745,8 @@ static void opVerifyPath(Strings opFlags, Strings opArgs)
auto current = sink.finish();
if (current.first != info->narHash) {
printError("path '%s' was modified! expected hash '%s', got '%s'",
store->printStorePath(path),
info->narHash.to_string(Base32, true),
store->printStorePath(path),
info->narHash.to_string(Base32, true),
current.first.to_string(Base32, true));
status = 1;
}