Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed Apr 20, 2024
1 parent da297bc commit 1681576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/serverino/interfaces.d
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,8 @@ class WebSocket
return msg;
}
}
return WebSocketMessage.init;

assert(false);
}

enum Flags : ushort
Expand Down

0 comments on commit 1681576

Please sign in to comment.