Skip to content

Commit 9680792

Browse files
committed
fix: Remove unused else
1 parent 18797e7 commit 9680792

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/configssh.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ func configSSH() *cobra.Command {
242242
for _, change := range changes {
243243
_, _ = fmt.Fprintf(cmd.ErrOrStderr(), "* %s\n", change)
244244
}
245-
} else {
246245
}
247246

248247
for _, diffFn := range []func() ([]byte, error){

0 commit comments

Comments
 (0)