Skip to content

Commit

Permalink
Fixes spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaLaGrotteria committed Oct 23, 2024
1 parent 356ae11 commit cdff572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class RawTestMacroSubstitutionTest {
private RawTestMacroSubstitution rawTestMacroSubstitution;

@Test
void testSubstitute(){
void testSubstitute() {
String str = "rawTest:HomePage[]";
String resJava = rawTestMacroSubstitution.substitute(str, "micronaut-security-jwt-cookie", new GuidesOption(BuildTool.GRADLE, Language.JAVA, TestFramework.SPOCK));
String expectedJava = """
Expand Down

0 comments on commit cdff572

Please sign in to comment.