Skip to content

Commit

Permalink
chore(fic): CI warinig message
Browse files Browse the repository at this point in the history
  • Loading branch information
waldirborbajr committed Nov 13, 2023
1 parent 2581f55 commit a40b165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/randmessage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pub fn rand_message() -> String {
let mut generator = Generator::default();
let generator_output = generator.next().unwrap().to_string();

format!("{}/{}", "Rand Message: ".to_string(), generator_output).to_string()
format!("{}/{}", r#"Rand Message: "#, generator_output)
}

0 comments on commit a40b165

Please sign in to comment.