Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryStarlk committed Feb 25, 2024
1 parent f459632 commit dd37e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Obsidian/WorldData/WorldManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected async override Task ExecuteAsync(CancellationToken stoppingToken)
await Task.WhenAll(this.worlds.Values.Cast<World>().Select(x => x.ManageChunksAsync()));
}
}
catch (Exception ex) when (ex is not OperationCanceledException)
catch (Exception ex) when (ex is not OperationCanceledException)
{
await this.serverEnvironment.OnServerCrashAsync(this.logger, ex);
}
Expand Down

0 comments on commit dd37e02

Please sign in to comment.