Fix gofmt alignment for prompter-enabled fields in IOStreams
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
726714d1a7
commit
4661c05ed0
1 changed files with 2 additions and 2 deletions
|
|
@ -79,8 +79,8 @@ type IOStreams struct {
|
|||
pagerCommand string
|
||||
pagerProcess *os.Process
|
||||
|
||||
neverPrompt bool
|
||||
accessiblePrompterEnabled bool
|
||||
neverPrompt bool
|
||||
accessiblePrompterEnabled bool
|
||||
experimentalPrompterEnabled bool
|
||||
|
||||
TempFileOverride *os.File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue