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

    Fix formatting.
---
 nix-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix-mode.el b/nix-mode.el
index ae02f9ad81..9c55d99530 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -270,8 +270,8 @@ P1 current position"
 (defvar nix-mode-map (make-sparse-keymap)
   "Local keymap used for Nix mode.")
 
-(defun nix-create-keymap ()  "Create the keymap associated with the Nix mode."
-
+(defun nix-create-keymap ()
+  "Create the keymap associated with the Nix mode."
   (define-key nix-mode-map "\C-c\C-g" 'nix-visit-file)
   (define-key nix-mode-map "\C-c\C-f" 'nix-format-buffer))
 

Reply via email to