Skip to content

Commit

Permalink
Use spaces instead of tabs in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed Feb 11, 2022
1 parent f61eb74 commit 1a7b0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ func NewKnownHostConfig() *KnownHostConfig {

func (c *KnownHostConfig) String() string {
return "Host " + c.Host +
"\n\tHostname " + c.HostName +
"\n\tPort " + c.Port
"\n Hostname " + c.HostName +
"\n Port " + c.Port
}

func KnownHostConfigStrings(configs []*KnownHostConfig) []string {
Expand Down

0 comments on commit 1a7b0a3

Please sign in to comment.