Skip to content

Commit

Permalink
SDK-344 - Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Nov 8, 2024
1 parent c0b14e2 commit 0419f6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private static void writeJSONObject(File file, Map<String, Object> jsonObject) t
}
}

private File prepareTargetDirectory(File appDataDir) throws MojoExecutionException{
private File prepareTargetDirectory(File appDataDir) throws MojoExecutionException {
File targetDir = new File(appDataDir, BUILD_TARGET_DIR);
if (targetDir.exists()) {
try {
Expand Down

0 comments on commit 0419f6d

Please sign in to comment.