emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode b3c6560f6d 166/500: Fix typo: rustfmt -> nixfmt


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode b3c6560f6d 166/500: Fix typo: rustfmt -> nixfmt
Date: Sat, 29 Jan 2022 08:27:03 -0500 (EST)

branch: elpa/nix-mode
commit b3c6560f6d6f4415c53521366370bd232cb9a080
Author: Ruben Maher <r@rkm.id.au>
Commit: Ruben Maher <r@rkm.id.au>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]