Skip to content

Commit

Permalink
feat: add space after the emoji
Browse files Browse the repository at this point in the history
For better searching experience on Telegram.
  • Loading branch information
KexyBiscuit committed Jul 19, 2024
1 parent 484b83d commit 2237cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use crate::models::{Job, Pipeline};
use common::JobOk;
use std::borrow::Cow;

pub const SUCCESS: &str = "✅️";
pub const FAILED: &str = "❌";
pub const SUCCESS: &str = "✅️ ";
pub const FAILED: &str = "❌ ";

pub fn to_html_new_pipeline_summary(
pipeline_id: i32,
Expand Down

0 comments on commit 2237cf9

Please sign in to comment.