Clean up semicolon and comma
Thanks @bhipple for catching!
This commit is contained in:
parent
4c34054673
commit
8669db1dcc
|
@ -21,7 +21,7 @@ namespace nix {
|
|||
|
||||
|
||||
MakeError(SubstError, Error);
|
||||
MakeError(BuildError, Error) /* denotes a permanent build failure */;
|
||||
MakeError(BuildError, Error); // denotes a permanent build failure
|
||||
MakeError(InvalidPath, Error);
|
||||
MakeError(Unsupported, Error);
|
||||
MakeError(SubstituteGone, Error);
|
||||
|
|
Loading…
Reference in a new issue