diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-10-17 21:45:31 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-10-17 21:45:31 +0000 |
commit | e6f8ae56d82813edbcf09fda58305de47369f964 (patch) | |
tree | 5191e7b22e2d5b5c708c90cbbff63d4b9d27073a /src/libstore/build/worker.cc | |
parent | 619d262c9786ab3e2b1d9819d2e440bb0cc882cf (diff) |
tab -> space
Diffstat (limited to 'src/libstore/build/worker.cc')
-rw-r--r-- | src/libstore/build/worker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build/worker.cc b/src/libstore/build/worker.cc index 97ffb9a34..4d3df26f3 100644 --- a/src/libstore/build/worker.cc +++ b/src/libstore/build/worker.cc @@ -455,7 +455,7 @@ void Worker::markContentsGood(const StorePath & path) GoalPtr upcast_goal(std::shared_ptr<SubstitutionGoal> subGoal) { - return subGoal; + return subGoal; } } |