fix: gci section warnings
Signed-off-by: Mario Constanti <mario.constanti@mercedes-benz.com>
This commit is contained in:
parent
8fc001f5f6
commit
bd0b27ab10
51 changed files with 166 additions and 181 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue