Skip to content

Commit 7bbd0dc

Browse files
committed
Consistently use blank line at end of class body
1 parent 285e707 commit 7bbd0dc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,4 +695,5 @@ private void showDebugToast(final String message) {
695695
debugToast.setText(message);
696696
debugToast.show();
697697
}
698+
698699
}

app/src/main/java/io/github/yawnoc/strokeinput/Key.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,5 @@ public boolean containsPoint(final int x, final int y) {
188188
this.y <= y && y <= this.y + this.height
189189
);
190190
}
191+
191192
}

0 commit comments

Comments
 (0)