Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mocenas authored and fedinskiy committed Aug 1, 2024
1 parent c3daa6f commit 2857a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public QuarkusCliRestService createApplication(String name, CreateApplicationReq
public QuarkusCliRestService createApplicationFromExistingSources(String name, String targetFolderName, Path sourcesDir) {
return createApplicationFromExistingSources(name, targetFolderName, sourcesDir,
((serviceContext,
quarkusCliClient) -> managedResourceCreator -> new CliDevModeVersionLessQuarkusApplicationManagedResource(
quarkusCliClient) -> managedResCreator -> new CliDevModeVersionLessQuarkusApplicationManagedResource(
serviceContext, quarkusCliClient)));
}

Expand Down

0 comments on commit 2857a81

Please sign in to comment.