Skip to content

Commit 5bd4b26

Browse files
author
github-actions
committed
Google Java Format
1 parent 8d4c06c commit 5bd4b26

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Bottle.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
public abstract class Bottle {
2-
}
1+
public abstract class Bottle {}

WineBottle.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
public class WineBottle extends Bottle {
2-
}
1+
public class WineBottle extends Bottle {}

0 commit comments

Comments
 (0)