Skip to content

Commit

Permalink
fix(consts/info): add newline after headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rupansh committed Nov 24, 2023
1 parent 1d4eb82 commit 684f7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/consts/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use reusable_fmt::fmt_reuse;

fmt_reuse! {
// This has 2 spaces at the end of every line to force line breaks
INFO_TEMPLATE = r#"{header}
INFO_TEMPLATE = r#"{header}\
**ID:** {id}
**First Name:** {fname}
**Last Name:** {lname}
Expand All @@ -14,7 +14,7 @@ fmt_reuse! {
CHAT_ID_FMT = "**CHATID:** `{}`";
P_UID_FMT = "***Personal UID:** `{}`";

PONG_FMT = r#"***PONG!***
PONG_FMT = r#"***PONG!***\
`Ping: {}ms`"#;
}

Expand Down

0 comments on commit 684f7cc

Please sign in to comment.