Skip to content

Commit 9630e43

Browse files
committed
Fix format violations
1 parent e0950b5 commit 9630e43

File tree

1 file changed

+1
-1
lines changed
  • captchaservice-backend/src/main/java/de/muenchen/captchaservice/service/captcha

1 file changed

+1
-1
lines changed

captchaservice-backend/src/main/java/de/muenchen/captchaservice/service/captcha/CaptchaService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public boolean verify(final String siteKey, final ExtendedPayload payload) {
6767
if (payload.getTook() != null) {
6868
tookTimeSummary.record(payload.getTook());
6969
}
70-
70+
7171
final boolean isValid = Altcha.verifySolution(payload, captchaProperties.hmacKey(), true);
7272
if (isValid) {
7373
verifySuccessCounter.increment();

0 commit comments

Comments
 (0)