Fix a whitespace issue

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Théophane Hufschmitt
2021-02-04 14:47:56 +01:00
committed by GitHub
parent ca8facefb6
commit 43d409f669

View File

@@ -65,7 +65,7 @@ void RealisedPath::closure(
ret.insert(pathsClosure.begin(), pathsClosure.end());
}
void RealisedPath::closure(Store& store, RealisedPath::Set& ret) const
void RealisedPath::closure(Store& store, RealisedPath::Set & ret) const
{
RealisedPath::closure(store, {*this}, ret);
}