about summary refs log tree commit diff
path: root/third_party/lisp/global-vars.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/global-vars.nix')
-rw-r--r--third_party/lisp/global-vars.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lisp/global-vars.nix b/third_party/lisp/global-vars.nix
index 0f6630f721..a3d27a09b6 100644
--- a/third_party/lisp/global-vars.nix
+++ b/third_party/lisp/global-vars.nix
@@ -3,5 +3,5 @@
 let src = with pkgs; srcOnly lispPackages.global-vars;
 in depot.nix.buildLisp.library {
   name = "global-vars";
-  srcs = [ "${src}/global-vars.lisp" ] ;
+  srcs = [ "${src}/global-vars.lisp" ];
 }