Skip to content

Commit a0f8fad

Browse files
Fixed style
1 parent 966a190 commit a0f8fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tpu/src/main/java/tpu/CreateQueuedResourceWithStartupScript.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ public static void main(String[] args)
5555
String startupScriptPath = "YOUR_STARTUP_SCRIPT_PATH";
5656

5757
createQueuedResource(
58-
projectId, zone, queuedResourceId, nodeName, tpuType, tpuSoftwareVersion, startupScriptPath);
58+
projectId, zone, queuedResourceId, nodeName,
59+
tpuType, tpuSoftwareVersion, startupScriptPath);
5960
}
6061

6162
// Creates a Queued Resource with startup script.

0 commit comments

Comments
 (0)