formatting: fix missing leading whitespace

This commit is contained in:
1000101
2020-06-08 09:37:17 +02:00
parent 5f7d9d0985
commit 277bbb8efe
12 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
, isPy3k
}:
buildPythonPackage rec{
buildPythonPackage rec {
pname = "yenc";
version = "0.4.0";
src = fetchurl {