Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Yauhenikapl committed Aug 12, 2024
1 parent 504707e commit 6fb031f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public AspectModel load( final List<AspectModelFile> aspectModelFiles ) {
* @param aspectModelFile the input Aspect Model Files
* @return the Aspect Model
*/
public AspectModel load(final AspectModelFile aspectModelFile ) {
public AspectModel load( final AspectModelFile aspectModelFile ) {
final LoaderContext loaderContext = new LoaderContext();
resolve( List.of( aspectModelFile ), loaderContext );
return buildAspectModel( loaderContext.loadedFiles() );
Expand Down

0 comments on commit 6fb031f

Please sign in to comment.