Skip to content

Commit 620ff81

Browse files
committed
Fix broken indent
1 parent 3617e43 commit 620ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/botdetector/BotDetectorPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public synchronized CompletableFuture<Boolean> flushPlayersToClient(boolean rest
464464
lastFlush = Instant.now();
465465

466466
return detectorClient.sendSightings(sightings, getUploaderName(), false)
467-
.whenComplete((b, ex) ->
467+
.whenComplete((b, ex) ->
468468
{
469469
if (ex == null && b)
470470
{

0 commit comments

Comments
 (0)