Skip to content

Commit 00a8c12

Browse files
committed
chore: Increase indentation
1 parent f94bc3f commit 00a8c12

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
@@ -179,7 +179,7 @@ func configSSH() *cobra.Command {
179179
// prompting in diff mode (unexpected behavior).
180180
if !showDiff && coderConfig.isZero() && !lastCoderConfig.isZero() {
181181
line, err := cliui.Prompt(cmd, cliui.PromptOptions{
182-
Text: fmt.Sprintf("Found previous configuration option(s):\n\n - %s\n\n Use previous option(s)?", strings.Join(lastCoderConfig.asList(), "\n - ")),
182+
Text: fmt.Sprintf("Found previous configuration option(s):\n\n - %s\n\n Use previous option(s)?", strings.Join(lastCoderConfig.asList(), "\n - ")),
183183
IsConfirm: true,
184184
})
185185
if err != nil {

0 commit comments

Comments
 (0)