summary refs log tree commit diff
path: root/pkgs/tools/misc/pubs
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-01-20 07:20:11 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-20 09:11:11 +1000
commit31f5dd3f3655fbedac19f64f77844aa5ed79501c (patch)
treec2a0358e4cd260c2e616c3478f0c4c93ab7634de /pkgs/tools/misc/pubs
parent33fdfd07d292e911683706640107ae6a15537a92 (diff)
downloadnixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.gz
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.bz2
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.lz
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.xz
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.tar.zst
nixpkgs-31f5dd3f3655fbedac19f64f77844aa5ed79501c.zip
treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
Diffstat (limited to 'pkgs/tools/misc/pubs')
-rw-r--r--pkgs/tools/misc/pubs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/pubs/default.nix b/pkgs/tools/misc/pubs/default.nix
index 24367189ff0..82e7659d152 100644
--- a/pkgs/tools/misc/pubs/default.nix
+++ b/pkgs/tools/misc/pubs/default.nix
@@ -12,14 +12,14 @@ python3Packages.buildPythonApplication rec {
   };
 
   propagatedBuildInputs = with python3Packages; [
-    argcomplete dateutil configobj feedparser bibtexparser pyyaml requests six 
+    argcomplete dateutil configobj feedparser bibtexparser pyyaml requests six
     beautifulsoup4
   ];
 
   checkInputs = with python3Packages; [ pyfakefs mock ddt ];
 
   # Disabling git tests because they expect git to be preconfigured
-  # with the user's details. See 
+  # with the user's details. See
   # https://github.com/NixOS/nixpkgs/issues/94663
   preCheck = ''
     rm tests/test_git.py