summary refs log tree commit diff
path: root/pkgs/development/python-modules/buildbot/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-05 10:19:14 +0100
committerGitHub <noreply@github.com>2022-12-05 10:19:14 +0100
commit18c786729c2f90bea00fd3d7b6c0380a27fcc6ce (patch)
tree9db0160a0a2f0b9b7217f2f989d61cca212efa7a /pkgs/development/python-modules/buildbot/default.nix
parent108f679f4f80689571205adf375607b0bac49cc2 (diff)
downloadnixpkgs-18c786729c2f90bea00fd3d7b6c0380a27fcc6ce.tar
nixpkgs-18c786729c2f90bea00fd3d7b6c0380a27fcc6ce.tar.gz
nixpkgs-18c786729c2f90bea00fd3d7b6c0380a27fcc6ce.tar.bz2
nixpkgs-18c786729c2f90bea00fd3d7b6c0380a27fcc6ce.tar.lz
nixpkgs-18c786729c2f90bea00fd3d7b6c0380a27fcc6ce.tar.xz
nixpkgs-18c786729c2f90bea00fd3d7b6c0380a27fcc6ce.tar.zst
nixpkgs-18c786729c2f90bea00fd3d7b6c0380a27fcc6ce.zip
python310Packages.buildbot: remove whitespace
Diffstat (limited to 'pkgs/development/python-modules/buildbot/default.nix')
-rw-r--r--pkgs/development/python-modules/buildbot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/buildbot/default.nix b/pkgs/development/python-modules/buildbot/default.nix
index c68595dcec8..c30e54aca99 100644
--- a/pkgs/development/python-modules/buildbot/default.nix
+++ b/pkgs/development/python-modules/buildbot/default.nix
@@ -47,7 +47,7 @@ let
     nativeBuildInputs = [
       makeWrapper
     ];
- 
+
     propagatedBuildInputs = plugins ++ package.propagatedBuildInputs;
 
     installPhase = ''