Skip to content

Commit cf71344

Browse files
committed
chore: Increase indentation
1 parent 3c87801 commit cf71344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/configssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func configSSH() *cobra.Command {
181181
// prompting in diff mode (unexpected behavior).
182182
if !showDiff && coderConfig.isZero() && !lastCoderConfig.isZero() {
183183
line, err := cliui.Prompt(cmd, cliui.PromptOptions{
184-
Text: fmt.Sprintf("Found previous configuration option(s):\n\n - %s\n\n Use previous option(s)?", strings.Join(lastCoderConfig.asList(), "\n - ")),
184+
Text: fmt.Sprintf("Found previous configuration option(s):\n\n - %s\n\n Use previous option(s)?", strings.Join(lastCoderConfig.asList(), "\n - ")),
185185
IsConfirm: true,
186186
})
187187
if err != nil {

0 commit comments

Comments
 (0)