branch: elpa/nix-mode
commit 81e8c3dea67ab382db7026cdf2c3656f7a077ba7
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>

    cleanup formatting
---
 nix-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nix-mode.el b/nix-mode.el
index 5d432d5a64..304ae9e0e3 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -77,8 +77,7 @@
     ("<[a-zA-Z0-9._\\+-]+\\(/[a-zA-Z0-9._\\+-]+\\)*>"
      . font-lock-constant-face)
 
-    (nix-syntax-match-antiquote 0 font-lock-preprocessor-face t)
-  )
+    (nix-syntax-match-antiquote 0 font-lock-preprocessor-face t))
   "Font lock keywords for nix.")
 
 (defvar nix-mode-syntax-table

Reply via email to