1
1
mirror of https://github.com/google/ormolu.git synced 2024-09-11 08:05:24 +03:00

Drop redundant trailing newlines in nix files

This commit is contained in:
mrkkrp 2019-06-24 20:14:49 +02:00
parent 7524d6fd78
commit ca49003d41
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C
2 changed files with 0 additions and 2 deletions

View File

@ -16,4 +16,3 @@ in {
buildInputs = [ pkgs.cabal-install ];
};
}

View File

@ -7,4 +7,3 @@ let
};
pkgs = import nixpkgs { config.allowUnfree = true; };
in pkgs