removed unnecessary space

This commit is contained in:
Mateus Marquezini 2025-01-12 14:57:24 -03:00
parent c5d6ae6cf6
commit 24e9fed7e0

View file

@ -111,7 +111,7 @@ func editRun(opts *EditOptions) error {
if !opts.IO.CanPrompt() {
return cmdutil.FlagErrorf("gist ID or URL required when not running interactively")
}
gistID, err = shared.PromptGists(opts.Prompter, client, host, cs)
if err != nil {
return err