Remove unnecessary whitespace

This commit is contained in:
Martin Puppe 2020-09-10 18:41:08 +02:00
parent 6bddd5c49a
commit 338cc66e08
2 changed files with 0 additions and 24 deletions

View file

@ -21,20 +21,3 @@ derivations // {
''; '';
}); });
} }

View file

@ -21,10 +21,3 @@ pkgs.stdenv.mkDerivation {
cp -r dist $out/ cp -r dist $out/
''; '';
} }