Skip to content

Commit ad24474

Browse files
committed
Modify indentation
1 parent faef57b commit ad24474

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpactor.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@
293293
;;;###autoload
294294
(defun phpactor-transform ()
295295
"Execute Phpactor RPC transform command."
296-
(interactive)
297-
(let ((arguments (phpactor--command-argments :source :path)))
298-
(apply #'phpactor-action-dispatch (phpactor--rpc "transform" arguments))))
296+
(interactive)
297+
(let ((arguments (phpactor--command-argments :source :path)))
298+
(apply #'phpactor-action-dispatch (phpactor--rpc "transform" arguments))))
299299

300300
;;;###autoload
301301
(defun phpactor-navigate ()

0 commit comments

Comments
 (0)