diff --git a/cli/src/tests/highlight_test.rs b/cli/src/tests/highlight_test.rs
index 4a384716..c2f5924c 100644
--- a/cli/src/tests/highlight_test.rs
+++ b/cli/src/tests/highlight_test.rs
@@ -172,7 +172,7 @@ fn test_highlighting_empty_lines() {
&[
"class A {\n".to_string(),
"\n".to_string(),
- " b(c) {\n".to_string(),
+ " b(c) {\n".to_string(),
"\n".to_string(),
" d(e)\n".to_string(),
"\n".to_string(),