gnome-builder: fix whitespace

This commit is contained in:
Jamey Sharp 2018-08-01 13:12:54 -07:00
parent e6bcb54539
commit f2434d1208
1 changed files with 1 additions and 1 deletions

View File

@ -151,5 +151,5 @@ in stdenv.mkDerivation {
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = gnome3.maintainers;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }