Skip to content

Commit 1e6d438

Browse files
committed
fix formatting
1 parent e2b4213 commit 1e6d438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

function-maven-plugin/src/main/java/com/google/cloud/functions/plugin/DeployFunction.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ public void execute() throws MojoExecutionException {
387387
System.out.println("Executing Cloud SDK command: gcloud " + String.join(" ", params));
388388
gcloud.runCommand(params);
389389
} catch (CloudSdkNotFoundException | IOException | ProcessHandlerException ex) {
390-
Logger.getLogger(DeployFunction.class.getName()).log(Level.SEVERE, "Function deployment failed", ex);
390+
Logger.getLogger(DeployFunction.class.getName())
391+
.log(Level.SEVERE, "Function deployment failed", ex);
391392
throw new MojoExecutionException("Function deployment failed", ex);
392393
}
393394
}

0 commit comments

Comments
 (0)