Skip to content

Commit c1c8836

Browse files
committed
Fixed indenting?
1 parent 42e9a88 commit c1c8836

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/java/com/ibdiscord/listeners/GuildListener.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,10 @@ private void queryAuditLog(Guild guild, long target, ActionType... actionTypes)
249249
break;
250250
}
251251
}, error -> {
252-
IBai.INSTANCE.getLogger().info("Could not retrieve user.");
253-
IBai.INSTANCE.getLogger().info(error.getMessage());
254-
});
252+
IBai.INSTANCE.getLogger().info("Could not retrieve user.");
253+
IBai.INSTANCE.getLogger().info(error.getMessage());
254+
}
255+
);
255256
break;
256257
}
257258
}

0 commit comments

Comments
 (0)