diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-07-02 09:41:54 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-07-02 09:41:54 -0600 |
commit | 5818271c6e617f5c956ba74d19611d4c6e76bfe8 (patch) | |
tree | b833a8ba80d34c58a1101d5a69348659583f386e /src/libutil/error.cc | |
parent | bf2788e4c1d92a8d625f016b2a3b4d34990f33e3 (diff) |
spacing
Diffstat (limited to 'src/libutil/error.cc')
-rw-r--r-- | src/libutil/error.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/error.cc b/src/libutil/error.cc index 65c5813a4..a4ee7afc2 100644 --- a/src/libutil/error.cc +++ b/src/libutil/error.cc @@ -7,7 +7,6 @@ namespace nix { - const std::string nativeSystem = SYSTEM; BaseError & BaseError::addTrace(std::optional<ErrPos> e, hintformat hint) |