Skip to content

Commit

Permalink
fix: newline character
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Feb 9, 2024
1 parent ea56d90 commit 89a4463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ update-nerd:

output_file.write(f""" ["{char}", "{key}"],\n""")

output_file.write(" ]\n}\r")
output_file.write(" ]\n}\n")

# Build
build:
Expand Down
2 changes: 1 addition & 1 deletion src/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9329,4 +9329,4 @@ pub fn get_icons() -> Vec<[&'static str; 2]> {
["", "weather-wind_west"],
["", "weather-windy"],
]
}
}

0 comments on commit 89a4463

Please sign in to comment.