Fix indentation size

This commit is contained in:
Shohei YOSHIDA
2026-03-13 11:46:25 +09:00
parent 7ea6b7a971
commit b5da595150
9 changed files with 382 additions and 388 deletions
+7 -7
View File
@@ -208,13 +208,13 @@ _scala() {
;;
(*)
case $service in
(scala)
_arguments $scala_options $common_options "*::filename:_files" && ret=0
;;
(scalac)
_arguments $common_options "*::filename:_files" && ret=0
;;
esac
(scala)
_arguments $scala_options $common_options "*::filename:_files" && ret=0
;;
(scalac)
_arguments $common_options "*::filename:_files" && ret=0
;;
esac
;;
esac