Skip to content

Commit c54cdac

Browse files
committed
Fix styles
1 parent 6a1a27e commit c54cdac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.eclipse.esmf.aspectmodel.resolver.exceptions;
22

33
public class InvalidCountOfAspectsException extends RuntimeException {
4-
public InvalidCountOfAspectsException(String message) {
5-
super(message);
4+
public InvalidCountOfAspectsException( String message ) {
5+
super( message );
66
}
77
}

0 commit comments

Comments
 (0)