diff options
Diffstat (limited to 'azalea-chat/src')
| -rw-r--r-- | azalea-chat/src/text_component.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/src/text_component.rs b/azalea-chat/src/text_component.rs index 228dad3b..bd598e16 100644 --- a/azalea-chat/src/text_component.rs +++ b/azalea-chat/src/text_component.rs @@ -193,7 +193,7 @@ mod tests { END_SPAN = "</span>", GREEN = "<span style=\"color:#55FF55;\">", RED = "<span style=\"color:#FF5555;\">", - BOLD_AQUA = "<span style=\"color:#55FFFF;font-weight: bold;\">", + BOLD_AQUA = "<span style=\"color:#55FFFF;font-weight:bold;\">", ) ); } |
