From 89a44634e4130e367fda6c58f3c7d3513ee20609 Mon Sep 17 00:00:00 2001 From: rolv Date: Fri, 9 Feb 2024 00:09:42 +0000 Subject: [PATCH] fix: newline character --- justfile | 2 +- src/icons.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 1b390cd..51835b1 100644 --- a/justfile +++ b/justfile @@ -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: diff --git a/src/icons.rs b/src/icons.rs index ceeb896..d342d99 100644 --- a/src/icons.rs +++ b/src/icons.rs @@ -9329,4 +9329,4 @@ pub fn get_icons() -> Vec<[&'static str; 2]> { ["", "weather-wind_west"], ["", "weather-windy"], ] -} \ No newline at end of file +}