mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-18 00:10:14 +00:00
Fix indentation size
This commit is contained in:
+7
-7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user