Skip to content

Commit c99ff88

Browse files
author
github-actions
committed
Google Java Format
1 parent c78ed89 commit c99ff88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rental.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.ArrayList;
22

3-
public class Rental implements Partner{
3+
public class Rental implements Partner {
44

55
private String name;
66
private ArrayList<Vehicle> vehicles;

0 commit comments

Comments
 (0)