Skip to content

Commit

Permalink
Revert "[CI] Avoid model generator workflow to push formatting change…
Browse files Browse the repository at this point in the history
…s in SVGs"
  • Loading branch information
vishalvivekm authored Feb 4, 2025
1 parent 45d8de5 commit ace1dff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/csv/csv.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ func (c *CSV[E]) Parse(ch chan E, errorChan chan error) error {
attribute = key
}
}

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

data[attribute] = value
}
}
Expand Down

0 comments on commit ace1dff

Please # to comment.