Skip to content
Snippets Groups Projects
Commit 5c8bdb2a authored by Louis's avatar Louis :fire:
Browse files

Remove rogue semi

parent 899a6b25
No related branches found
No related tags found
1 merge request!1Close Connection
...@@ -205,7 +205,7 @@ impl PollingClient { ...@@ -205,7 +205,7 @@ impl PollingClient {
} }
pub fn close(&self) -> Result<(), JsValue> { pub fn close(&self) -> Result<(), JsValue> {
self.event_client.close(); self.event_client.close()
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment