Skip to content

Commit 3e80588

Browse files
author
github-actions
committed
Google Java Format
1 parent 5efae0f commit 3e80588

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Engine.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
public enum Engine {
2-
32
DIESEL("Diesel"),
43
PETROL("Benzin"),
54
GAS("Gas"),
@@ -14,5 +13,4 @@ public enum Engine {
1413
public String getDescription() {
1514
return description;
1615
}
17-
1816
}

Vehicle.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ public void brake(int value) {
4242
public void print() {
4343
System.out.println(make + " " + model + " (" + engine.getDescription() + ")");
4444
}
45-
4645
}

0 commit comments

Comments
 (0)