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 9, 2022
1 parent 7f7ff3a commit f57b918
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 f57b918

Please sign in to comment.