diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-06-15 19:26:12 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-06-15 19:26:12 -0500 |
commit | da740edd3972fa049c4c8d0e43448c10a6a65dce (patch) | |
tree | 4a0d4f9fa861560d273249666c7a2acc12e9f235 /src/test/java/sevenUnitsGUI/PrefixRepetitionTest.java | |
parent | 34f0321a31e728fa66057d0decd9a938d133d596 (diff) |
Format & clean up source code
Diffstat (limited to 'src/test/java/sevenUnitsGUI/PrefixRepetitionTest.java')
-rw-r--r-- | src/test/java/sevenUnitsGUI/PrefixRepetitionTest.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/java/sevenUnitsGUI/PrefixRepetitionTest.java b/src/test/java/sevenUnitsGUI/PrefixRepetitionTest.java index 50b390b..ead5f4a 100644 --- a/src/test/java/sevenUnitsGUI/PrefixRepetitionTest.java +++ b/src/test/java/sevenUnitsGUI/PrefixRepetitionTest.java @@ -37,7 +37,7 @@ import sevenUnits.unit.Metric; class PrefixRepetitionTest { /** * Ensures that the complex repetition rule disallows invalid prefix lists. - * + * * @since 2022-07-17 * @since v0.4.0 */ @@ -57,7 +57,7 @@ class PrefixRepetitionTest { /** * Tests the {@code NO_REPETITION} rule. - * + * * @since 2022-07-17 * @since v0.4.0 */ @@ -71,7 +71,7 @@ class PrefixRepetitionTest { /** * Tests the {@code NO_RESTRICTION} rule. - * + * * @since 2022-07-17 * @since v0.4.0 */ @@ -85,7 +85,7 @@ class PrefixRepetitionTest { /** * Ensures that the complex repetition rule allows valid prefix lists. - * + * * @since 2022-07-17 * @since v0.4.0 */ |