Skip to content

Commit a697fe5

Browse files
author
github-actions
committed
Google Java Format
1 parent 6542287 commit a697fe5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Rental.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ public void transformAllTrucks() {
3232
for (Vehicle c : vehicles) {
3333
if (c instanceof Truck) {
3434
Truck t = (Truck) c;
35-
if (!t.isTransformed())
36-
t.transform();
35+
if (!t.isTransformed()) t.transform();
3736
}
3837
}
3938
}

0 commit comments

Comments
 (0)