fix formatting issue

This commit is contained in:
Shohei YOSHIDA 2026-03-19 19:02:43 +09:00
parent be63667ca5
commit bb21390881
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 4 additions and 4 deletions

View File

@ -600,12 +600,12 @@ _cmake_commands() {
_describe -t commands 'command' commands _describe -t commands 'command' commands
} }
local cmake_suggest_build;cmake_suggest_build=( local -a cmake_suggest_build=(
'--build[build]:build dir:_cmake_suggest_builddirs' '--build[build]:build dir:_cmake_suggest_builddirs'
) )
local cmake_suggest_install;cmake_suggest_install=( local -a cmake_suggest_install=(
'--install[install]:install dir:_cmake_suggest_installdirs' '--install[install]:install dir:_cmake_suggest_installdirs'
) )
if [[ "$service" = -value-*CMAKE_GENERATOR* ]]; then if [[ "$service" = -value-*CMAKE_GENERATOR* ]]; then