Skip to content

Commit 5cabba9

Browse files
Fixed whitespaces
1 parent ad6d39c commit 5cabba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/cloud-client/src/test/java/compute/reservation/CrudOperationsReservationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
@RunWith(JUnit4.class)
4747
@Timeout(value = 25, unit = TimeUnit.MINUTES)
48-
@TestMethodOrder(MethodOrderer. OrderAnnotation. class)
48+
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
4949
public class CrudOperationsReservationIT {
5050

5151
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");

0 commit comments

Comments
 (0)