Skip to content

Commit

Permalink
fix formatting for column 'svgcomplete'
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Garg <[email protected]>
  • Loading branch information
riyaa14 authored Jan 23, 2025
1 parent f4d4b0b commit 31c6d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/csv/csv.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (c *CSV[E]) Parse(ch chan E, errorChan chan error) error {
}

// To keep uniform formatting. This avoids formatting changes to be pushed in commits
if attribute == "svgwhite" || attribute == "svgcolor" {
if attribute == "svgwhite" || attribute == "svgcolor" || attribute == "svgcomplete" {
value = strings.ReplaceAll(value, "\n", "")
}

Expand Down

0 comments on commit 31c6d21

Please sign in to comment.