From 235b8cf4dedfe2cbce8d1070960aec86d4437d83 Mon Sep 17 00:00:00 2001 From: Donal Shijan Date: Sun, 15 Oct 2023 21:51:10 +0530 Subject: [PATCH] refactor(): Removed an unnecessary comment --- plugins/cdk/cdk.plugin.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/cdk/cdk.plugin.zsh b/plugins/cdk/cdk.plugin.zsh index c42883a2b..889b7abf2 100644 --- a/plugins/cdk/cdk.plugin.zsh +++ b/plugins/cdk/cdk.plugin.zsh @@ -11,7 +11,6 @@ _cdk_yargs_completions() IFS=$' ' reply=($(COMP_CWORD="$((CURRENT-1))" COMP_LINE="$BUFFER" COMP_POINT="$CURSOR" cdk --get-yargs-completions "${words[@]}")) IFS=$si - # Loop through the reply array and append "tomato" to each value _describe 'values' reply } compdef _cdk_yargs_completions cdk