Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
I suppose some reformatting changed indentation and thus the expected
whitespace needs adjusting.
  • Loading branch information
tronical committed Nov 14, 2024
1 parent dca1836 commit 79afcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docsnapper/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ fn test_extract_code_from_text() {
None
)
.unwrap(),
wrap_code("\n ", None)
wrap_code("\n ", None)
);
assert!(extract_code_from_text(
r#"```````````slint foo=bar
Expand Down

0 comments on commit 79afcfb

Please sign in to comment.