Skip to content

Commit

Permalink
style: remove trailing comma on parts definition for embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
lefuturiste committed Jul 31, 2019
1 parent 1888aa2 commit ec506d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscordHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function write(array $record)
'description' => $this->splitMessage($record['message'])[0],
'timestamp' => $record['datetime']->format($this->config->getDatetimeFormat()),
'color' => $this->levelColors[$record['level']],
],
]
]
]];
} else {
Expand Down

0 comments on commit ec506d6

Please # to comment.