fix: gci section warnings

Signed-off-by: Mario Constanti <mario.constanti@mercedes-benz.com>
This commit is contained in:
Mario Constanti 2024-02-22 07:31:51 +01:00
parent 8fc001f5f6
commit bd0b27ab10
51 changed files with 166 additions and 181 deletions

View file

@ -39,7 +39,6 @@ func PromptPassword(label string) (string, error) {
Mask: '*',
}
result, err := prompt.Run()
if err != nil {
return "", err
}
@ -59,7 +58,6 @@ func PromptString(label string) (string, error) {
Validate: validate,
}
result, err := prompt.Run()
if err != nil {
return "", err
}