Skip to content

Commit f578287

Browse files
committed
Merge branch '3022-2-message-components' of https://github.com/foundry-rs/starknet-foundry into 3022-3-remove-print-helpers
2 parents d69d7b1 + 2864337 commit f578287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/foundry-ui/src/components/tagged.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use serde::Serialize;
44
use crate::Message;
55

66
/// Generic textual message with `tag` prefix.
7-
7+
///
88
/// The type prefix can be stylized in text mode.
99
/// e.g. "[WARNING]: An example warning message"
1010
#[derive(Serialize)]

crates/foundry-ui/src/components/typed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use serde::Serialize;
44
use crate::Message;
55

66
/// Generic textual message with `ty` prefix.
7-
7+
///
88
/// The type prefix can be stylized in text mode.
99
/// e.g. "Tests: 1 passed, 1 failed"
1010
#[derive(Serialize)]

0 commit comments

Comments
 (0)