Skip to content

Commit 478beaa

Browse files
Fixed whitespace
1 parent 6956852 commit 478beaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/src/test/java/tpu/TpuVmIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void testCreateTpuVm() throws IOException, ExecutionException, Interrupte
8888
final PrintStream out = System.out;
8989
ByteArrayOutputStream stdOut = new ByteArrayOutputStream();
9090
System.setOut(new PrintStream(stdOut));
91-
CreateTpuVm.createTpuVm(PROJECT_ID, ZONE, NODE_NAME, TPU_TYPE , TPU_SOFTWARE_VERSION);
91+
CreateTpuVm.createTpuVm(PROJECT_ID, ZONE, NODE_NAME, TPU_TYPE, TPU_SOFTWARE_VERSION);
9292

9393
assertThat(stdOut.toString()).contains("TPU VM created: " + NODE_PATH_NAME);
9494
stdOut.close();

0 commit comments

Comments
 (0)