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

@@ -3,7 +3,7 @@
, fetchPypi
}:
buildPythonPackage rec{
buildPythonPackage rec {
version = "1.4.2";
pname = "pandocfilters";

View File

@@ -1,6 +1,6 @@
{lib, fetchPypi, buildPythonPackage, numpy, pyparsing}:
buildPythonPackage rec{
buildPythonPackage rec {
pname = "periodictable";
version = "1.5.2";

View File

@@ -4,7 +4,7 @@
, nose
}:
buildPythonPackage rec{
buildPythonPackage rec {
pname = "toolz";
version = "0.10.0";

View File

@@ -13,7 +13,7 @@
, pinentry
}:
buildPythonPackage rec{
buildPythonPackage rec {
pname = "trezor_agent";
version = "0.10.0";

View File

@@ -3,7 +3,7 @@
, fetchPypi
}:
buildPythonPackage rec{
buildPythonPackage rec {
version = "1.4";
pname = "x11_hash";

View File

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