about summary refs log tree commit diff stats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/default.nix b/common/default.nix
index 41705a8..484ac38 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -29,7 +29,6 @@ let
     mkBase name programmingLanguages;
   mkAll = name:
     mkBase name allLanguages;
-
 in
   {}
   // (mkAll ".licensure.yml")