Skip to content

Commit 55ea958

Browse files
committed
Fix syntax error
1 parent 3bcdf32 commit 55ea958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-mode-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ CODESIGNING-FOLDER-PATH is the path of the app."
631631
"install"
632632
device-identifier
633633
codesigning-folder-path))
634-
(error "%s: %s","Cannot install app" (buffer-string)))))
634+
(error "%s: %s" "Cannot install app" (buffer-string)))))
635635

636636
(defun swift-mode:launch-ios-app (device-identifier
637637
product-bundle-identifier

0 commit comments

Comments
 (0)