Skip to content

Commit fea5f77

Browse files
committed
Fix spacing in MessagerUtilsTest
Adjust method call formatting in beforeTest to include a space after the comma, matching existing code style conventions.
1 parent fc9f383 commit fea5f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsphere-lang-model/src/test/java/io/microsphere/lang/model/util/MessagerUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class MessagerUtilsTest extends UtilTest {
4646

4747
@Override
4848
protected void beforeTest(ReflectiveInvocationContext<Method> invocationContext, ExtensionContext extensionContext) {
49-
super.beforeTest(invocationContext,extensionContext);
49+
super.beforeTest(invocationContext, extensionContext);
5050
this.messager = this.processingEnv.getMessager();
5151
}
5252

0 commit comments

Comments
 (0)