Skip to content

Commit

Permalink
Formatted code.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2021
1 parent 7db37bb commit 6dac490
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (a *Action) getAction() *Action {
return a
}

func (a *Action) RenderToOutput () {
func (a *Action) RenderToOutput() {
a.renderToOutput()
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/root_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ func (a *Action) renderToOutput() {
cobra.CheckErr(err)
}
}
}
}
4 changes: 2 additions & 2 deletions cmd/root_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (a *Action) renderToOutput() {

inputTable.Render()

_, err = fmt.Fprint(inputTableOutput,"\r\n")
_, err = fmt.Fprint(inputTableOutput, "\r\n")
if err != nil {
cobra.CheckErr(err)
}
Expand Down Expand Up @@ -154,4 +154,4 @@ func (a *Action) renderToOutput() {
cobra.CheckErr(err)
}
}
}
}

0 comments on commit 6dac490

Please sign in to comment.