Skip to content

Commit

Permalink
refactor(plugins#MapChecker): missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xayanide committed May 28, 2022
1 parent 83e9625 commit 08a1c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/MapChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export class MapChecker extends LobbyPlugin {
const map = await BeatmapRepository.getBeatmap(mapId, this.option.gamemode, this.option.allow_convert);

if (mapId !== this.checkingMapId) {
this.logger.info(`The target beatmap has already been changed. Checked beatmap: ${mapId}, Current:${this.checkingMapId}`);
this.logger.info(`The target beatmap has already been changed. Checked beatmap: ${mapId}, Current: ${this.checkingMapId}`);
return;
}

Expand Down

0 comments on commit 08a1c19

Please sign in to comment.