mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 05:56:03 +01:00
Fix extra ; warnings involving MakeError
This commit is contained in:
parent
70cab0587d
commit
96e6e680c1
8 changed files with 23 additions and 23 deletions
|
|
@ -274,7 +274,7 @@ Sink & operator << (Sink & sink, const Strings & s);
|
|||
Sink & operator << (Sink & sink, const StringSet & s);
|
||||
|
||||
|
||||
MakeError(SerialisationError, Error)
|
||||
MakeError(SerialisationError, Error);
|
||||
|
||||
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue