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

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

[nongnu] elpa/swift-mode 55ea958 354/496: Fix syntax error


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 55ea958 354/496: Fix syntax error
Date: Sun, 29 Aug 2021 11:34:06 -0400 (EDT)

branch: elpa/swift-mode
commit 55ea9581ba318e631e5ca276d4405382ddaf7404
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Fix syntax error
---
 swift-mode-repl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode-repl.el b/swift-mode-repl.el
index abb7803..6fb221a 100644
--- a/swift-mode-repl.el
+++ b/swift-mode-repl.el
@@ -631,7 +631,7 @@ CODESIGNING-FOLDER-PATH is the path of the app."
                     "install"
                     device-identifier
                     codesigning-folder-path))
-      (error "%s: %s","Cannot install app" (buffer-string)))))
+      (error "%s: %s" "Cannot install app" (buffer-string)))))
 
 (defun swift-mode:launch-ios-app (device-identifier
                                   product-bundle-identifier



reply via email to

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