Skip to content

Commit

Permalink
Trim whitespace from band names.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jan 21, 2025
1 parent e859bd0 commit f61cac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/importers/trycontra/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ fn convert(event: &Event) -> Result<Option<event::Event>, Report> {
.map(|band| {
initial_the
.replace(band, "The ")
.trim()
.replace("The Engine Room", "Engine Room")
.replace("The Stringrays", "Stringrays")
.replace("The Ice Cream Truckers", "Ice Cream Truckers")
Expand Down

0 comments on commit f61cac6

Please sign in to comment.