mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Comply with code style regarding newlines and square brackets
This commit is contained in:
parent
08ab3beb27
commit
f34ef44509
1 changed files with 1 additions and 2 deletions
|
@ -132,8 +132,7 @@ public static class EventHandler {
|
|||
scheduledEvent.StartTime.ToUnixTimeSeconds().ToString(), Utils.Wrap(scheduledEvent.Description)),
|
||||
true);
|
||||
}
|
||||
if (eventConfig["EventEarlyNotificationOffset"] != "0")
|
||||
{
|
||||
if (eventConfig["EventEarlyNotificationOffset"] != "0") {
|
||||
_ = Utils.SendEarlyEventStartNotificationAsync(channel, scheduledEvent, Convert.ToInt32(eventConfig["EventEarlyNotificationOffset"]));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue