formatting: fix missing leading whitespace

This commit is contained in:
1000101
2020-06-07 17:29:08 -04:00
committed by Benjamin Hipple
parent 1ea60ca783
commit c597a7f869
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchzip, autoPatchelfHook, xorg, gtk2, gnome2, gtk3, nss, alsaLib, udev, unzip, wrapGAppsHook }:
stdenv.mkDerivation rec{
stdenv.mkDerivation rec {
pname = "cypress";
version = "4.5.0";