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

tab -> space

This commit is contained in:
John Ericson 2020-10-17 21:45:31 +00:00
parent 619d262c97
commit e6f8ae56d8

View file

@ -455,7 +455,7 @@ void Worker::markContentsGood(const StorePath & path)
GoalPtr upcast_goal(std::shared_ptr<SubstitutionGoal> subGoal) {
return subGoal;
return subGoal;
}
}