Skip to content

Commit

Permalink
fixed banner entry that looked wonky
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Jan 15, 2021
1 parent db25ddf commit 9d760a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/banner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ by Ben "epi" Risher {} ver: {}"#,
&mut writer,
"{}",
format_banner_entry!(
format_emoji("🗑"),
format_emoji("💢"),
"Status Code Filters",
format!("[{}]", code_filters.join(", "))
)
)
.unwrap_or_default(); // 🗑
.unwrap_or_default(); // 💢
}

writeln!(
Expand Down

0 comments on commit 9d760a0

Please sign in to comment.