Merge pull request #3219 from Ericson2314/semicolons
Fix extra semicolons warnings
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@ Path EvalState::toRealPath(const Path & path, const PathSet & context)
|
||||
!context.empty() && store->isInStore(path)
|
||||
? store->toRealPath(path)
|
||||
: path;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Value * EvalState::addConstant(const string & name, Value & v)
|
||||
|
||||
Reference in New Issue
Block a user