From f0da30f2cbc27e8005e1ff3692d3f3f0758fb9d3 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Sat, 29 Feb 2020 13:06:49 +0100 Subject: [PATCH] added missing endline --- src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.rs b/src/constants.rs index 3e55ca31..4a88d32a 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -145,4 +145,4 @@ pub const DEFAULT_CONFIG_CONTENT: &str = r##" # Represents the cursor's colour. #cursor_color="#458588" -"##; \ No newline at end of file +"##;