diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-13 11:46:25 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-13 11:46:25 +0900 |
| commit | b5da595150518d77a73a578aac069f1014c3af35 (patch) | |
| tree | 1612c5b4cbf3334094f87b668906e05c991bd7ee /src/_scala | |
| parent | Add editor settings to all files (diff) | |
| download | zsh-completions-fix-format.tar zsh-completions-fix-format.tar.gz zsh-completions-fix-format.tar.bz2 zsh-completions-fix-format.tar.lz zsh-completions-fix-format.tar.xz zsh-completions-fix-format.tar.zst zsh-completions-fix-format.zip | |
Fix indentation sizefix-format
Diffstat (limited to 'src/_scala')
| -rw-r--r-- | src/_scala | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |
