Skip to content

Commit

Permalink
🎨 fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Lum committed Jun 15, 2024
1 parent ee9458a commit 9e38a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/test/java/math/ASCIIMathTeXImgUnitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ class ASCIIMathTeXImgUnitTest {
" f''' , {f}''' ",
" uArr , \\Uparrow ",
" dArr , \\Downarrow ",
})
void mathUnitTest(String input, String expected) {
})
void mathUnitTest(String input, String expected) {
final String res = cut.getTeX(input);
assertThat(res).isEqualTo(expected);
}
Expand Down

0 comments on commit 9e38a7d

Please sign in to comment.