Fix a whitespace issue
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
ca8facefb6
commit
43d409f669
|
@ -65,7 +65,7 @@ void RealisedPath::closure(
|
||||||
ret.insert(pathsClosure.begin(), pathsClosure.end());
|
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);
|
RealisedPath::closure(store, {*this}, ret);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue