Skip to content

Commit

Permalink
Fix: Remove extra line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
popsu committed Dec 19, 2023
1 parent 8799fbc commit c213d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (oi *OIClient) PrintGroupRules(searchGroup string) error {
}

groupRulesString := filterRulesToFormatted(searchGroup, rules)
fmt.Println(groupRulesString)
fmt.Print(groupRulesString)

return nil
}
Expand Down

0 comments on commit c213d9c

Please sign in to comment.