about summary refs log tree commit diff
path: root/pkgs/development/python-modules/jupyter-sphinx
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-25 12:07:09 +1000
committerJon <jonringer@users.noreply.github.com>2020-08-27 12:51:02 -0700
commit0cff30bb44063c627dd033ccca8155ace853d4d9 (patch)
treea2a0a766e49151f56f37e6e56ab1a7cb4dd29222 /pkgs/development/python-modules/jupyter-sphinx
parent1c2ebdc5a3415a534371e69468d7ec1a00c45be8 (diff)
python: editorconfig fixes
Diffstat (limited to 'pkgs/development/python-modules/jupyter-sphinx')
-rw-r--r--pkgs/development/python-modules/jupyter-sphinx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/jupyter-sphinx/default.nix b/pkgs/development/python-modules/jupyter-sphinx/default.nix
index 9f2143e2f20d6..4d2efcf00b7ae 100644
--- a/pkgs/development/python-modules/jupyter-sphinx/default.nix
+++ b/pkgs/development/python-modules/jupyter-sphinx/default.nix
@@ -27,6 +27,6 @@ buildPythonPackage rec {
     description = "Jupyter Sphinx Extensions";
     homepage = "https://github.com/jupyter/jupyter-sphinx/";
     license = licenses.bsd3;
-  };    
+  };
 
-}
\ No newline at end of file
+}