Skip to content

Commit 03b7e28

Browse files
committed
Fixed bad indentation.
1 parent 7ddadec commit 03b7e28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drupal/flymake-phpcs.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ file (and thus on the remote machine), or in the same place as
6060
:group 'drupal))
6161

6262
(defun drupal/flymake-phpcs-enable ()
63-
"Enable drupal-mode support for flymake-phpcs."(interactive)
63+
"Enable drupal-mode support for flymake-phpcs."
64+
(interactive)
6465
(when (and (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes drupal-info-modes))
6566
(not (derived-mode-p 'drush-make-mode))
6667
(executable-find flymake-phpcs-command)

0 commit comments

Comments
 (0)