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 Feb 5, 2022
1 parent ef6f251 commit dbac49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (a *Action) renderOutput() error {
if a.Inputs[key].Default == pipeSeparator {
outputDefault = "\"\\" + outputDefault + "\""
} else {
outputDefault = fmt.Sprintf("%#v", a.Inputs[key].Default)
outputDefault = fmt.Sprintf("%#v", a.Inputs[key].Default)
}

outputDefault = "`" + outputDefault + "`"
Expand Down

0 comments on commit dbac49d

Please sign in to comment.