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/_conan | |
| 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/_conan')
| -rw-r--r-- | src/_conan | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -151,9 +151,9 @@ _conan_cache() { local ret=1 _arguments -C \ - '(- *)'{-h,--help}'[show help message and exit]' \ - '1: :(clean path)' \ - '*:: :->args' + '(- *)'{-h,--help}'[show help message and exit]' \ + '1: :(clean path)' \ + '*:: :->args' case $state in (args) |
