Skip to content

Commit

Permalink
💄 Fix line spacing AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
malted committed Feb 12, 2024
1 parent 0df7678 commit 6be08a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub async fn index(
_ => String::from("wherever you are "),
};

format!("🐢Hm. I was going to tell you where I am, but apparently my server doesn't know, or doesn't want to tell you. I hope to visit you {loc_in}soon though!🐇\n\n")
format!("🐢Hm. I was going to tell you where I am, but apparently my server doesn't know, or doesn't want to tell you. I hope to visit you {loc_in}soon though!🐇")
} else {
location_section(malted_state, &req_info)
};
Expand All @@ -74,7 +74,7 @@ pub async fn index(
),
};

let contact = format!("Message me @Malted on the Hack Club Slack, or email me at this domain. Otherwise, call me at malted at malted dot dev{battery_message}\n");
let contact = format!("\n\nMessage me @Malted on the Hack Club Slack, or email me at this domain. Otherwise, call me at malted at malted dot dev{battery_message}\n");

let epilogue = [
"🐢",
Expand Down

0 comments on commit 6be08a5

Please sign in to comment.