diff --git a/console/console.go b/console/console.go index 3428fa244e..26e9dd6c44 100644 --- a/console/console.go +++ b/console/console.go @@ -72,8 +72,8 @@ type Console struct { printer io.Writer // Output writer to serialize any display strings to } -// New initializes a JavaScript interpreted runtime environment and sets defaults -// with the config struct. +// New initializes a JavaScript interpreted runtime environment and sets defaults +// with the config struct. func New(config Config) (*Console, error) { // Handle unset config values gracefully if config.Prompter == nil {