branch: elpa/nix-mode
commit e2b009fff3bfe969f68ee9f57a12c56460958453
Merge: 3fa526ee57 b3c6560f6d
Author: Matthew Justin Bauer <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #31 from eqyiel/master
Fix typo: rustfmt -> nixfmt
---
nix-format.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-format.el b/nix-format.el
index 7c5005ae3f..e9a65a6a41 100644
--- a/nix-format.el
+++ b/nix-format.el
@@ -29,7 +29,7 @@
(unless (executable-find nix-nixfmt-bin)
(error "Could not locate executable \"%s\"" nix-nixfmt-bin))
(nix--format-call (current-buffer))
- (message "Formatted buffer with rustfmt."))
+ (message "Formatted buffer with nixfmt."))
(provide 'nix-format)
;;; nix-format.el ends here