Commit 0c7fb0f3 authored by Roy Hadad's avatar Roy Hadad Committed by Roy Hadad
Browse files

style: formatted the code

parent ac1afb89
Showing with 1 addition and 1 deletion
+1 -1
......@@ -80,7 +80,7 @@ func (p *Printer) PrintWarnings(warnings []Warning) {
for _, details := range warning.Details {
if details.Occurrences > 1 {
occurrencesPostfix = "s"
}else{
} else {
occurrencesPostfix = ""
}
formattedOccurrences := fmt.Sprintf(" [%d occurrence%v]", details.Occurrences, occurrencesPostfix)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment