Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Sep 3, 2023
1 parent 11e949c commit f11ec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ impl Gateway {
GATEWAY_DISPATCH => {
let Some(event_name) = gateway_payload.event_name else {
warn!("Gateway dispatch op without event_name");
return
return;
};

trace!("Gateway: Received {event_name}");
Expand Down

0 comments on commit f11ec1d

Please sign in to comment.