We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35f265f + 9d77eec commit e22ef62Copy full SHA for e22ef62
scala-mode-indent.el
@@ -993,8 +993,8 @@ the optionally passed STRATEGY without cycling otherwise."
993
994
(interactive "*")
995
(if scala-indent:use-cycle-indent
996
- (call-interactively t 'scala-indent:cycle-indent-line)
997
- (call-interactively t 'scala-indent:strategy-indent-line)))
+ (call-interactively 'scala-indent:cycle-indent-line t)
+ (call-interactively 'scala-indent:strategy-indent-line t)))
998
999
(defun scala-indent:indent-with-reluctant-strategy ()
1000
0 commit comments