Skip to content

Commit 611d475

Browse files
committed
Fix styles
1 parent 1959c53 commit 611d475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/esmf-aspect-meta-model-java/src/main/java/org/eclipse/esmf/aspectmodel/loader/ModelElementFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public ModelElementFactory( final Model model, final Map<Resource, Instantiator<
117117
* Registers an instantiator for the {@link Value} type.
118118
* In aspect-meta-model, {@link Value} corresponds to {@link ScalarValueInstantiator} in the SDK.
119119
*/
120-
registerInstantiator(SammNs.SAMM.Value(), new ScalarValueInstantiator(this));
120+
registerInstantiator( SammNs.SAMM.Value(), new ScalarValueInstantiator( this ) );
121121

122122
registerInstantiator( SammNs.SAMMC.Code(), new CodeInstantiator( this ) );
123123
registerInstantiator( SammNs.SAMMC.Collection(), new CollectionInstantiator( this ) );

0 commit comments

Comments
 (0)