Skip to content

Commit 94c2693

Browse files
committed
Remove unnecessary semicolon
1 parent fc1c15b commit 94c2693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/FinishRegistrationSteps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface Step<A extends Step<?>> {
4747
default A next() {
4848
validate();
4949
return nextStep();
50-
};
50+
}
5151

5252
default boolean isFinished() {
5353
return false;

0 commit comments

Comments
 (0)