about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
author1000101 <b1000101@pm.me>2020-06-08 09:37:17 +0200
committer1000101 <b1000101@pm.me>2020-06-08 09:37:17 +0200
commit277bbb8efec5ff10ee5c23b0de13fbc1b268bc2c (patch)
tree2d22fe02205573557a78325c9765cc3821fc0087 /pkgs/applications/science
parent5f7d9d0985ad49e36f0477d65d29f38efd60d6cd (diff)
downloadnixlib-277bbb8efec5ff10ee5c23b0de13fbc1b268bc2c.tar
nixlib-277bbb8efec5ff10ee5c23b0de13fbc1b268bc2c.tar.gz
nixlib-277bbb8efec5ff10ee5c23b0de13fbc1b268bc2c.tar.bz2
nixlib-277bbb8efec5ff10ee5c23b0de13fbc1b268bc2c.tar.lz
nixlib-277bbb8efec5ff10ee5c23b0de13fbc1b268bc2c.tar.xz
nixlib-277bbb8efec5ff10ee5c23b0de13fbc1b268bc2c.tar.zst
nixlib-277bbb8efec5ff10ee5c23b0de13fbc1b268bc2c.zip
formatting: fix missing leading whitespace
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/misc/sasview/xhtml2pdf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/misc/sasview/xhtml2pdf.nix b/pkgs/applications/science/misc/sasview/xhtml2pdf.nix
index 42b9560d9b8d..41d15e2f1bab 100644
--- a/pkgs/applications/science/misc/sasview/xhtml2pdf.nix
+++ b/pkgs/applications/science/misc/sasview/xhtml2pdf.nix
@@ -2,7 +2,7 @@
 
 let
   #xhtml2pdf specifically requires version "1.0b10" of html5lib
-  html5 = html5lib.overrideAttrs( oldAttrs: rec{
+  html5 = html5lib.overrideAttrs( oldAttrs: rec {
     name = "${oldAttrs.pname}-${version}";
     version = "1.0b10";
     src = oldAttrs.src.override {