diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-01 10:50:17 -0500 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-27 02:53:35 +0530 |
commit | 7d656735616a6ab852e20a86f65428d1103ceca3 (patch) | |
tree | 55a058cac8a8d172f7e028d5e58a9e1099aaf9d1 /components/script/dom/websocket.rs | |
parent | 552db382d6fc868be3bc6aeb500915953f5e0ea3 (diff) | |
download | servo-7d656735616a6ab852e20a86f65428d1103ceca3.tar.gz servo-7d656735616a6ab852e20a86f65428d1103ceca3.zip |
Remove extra spaces
Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"`
Diffstat (limited to 'components/script/dom/websocket.rs')
-rw-r--r-- | components/script/dom/websocket.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/websocket.rs b/components/script/dom/websocket.rs index 9e0aa6e3752..e043ea5b3dc 100644 --- a/components/script/dom/websocket.rs +++ b/components/script/dom/websocket.rs @@ -36,7 +36,6 @@ impl WebSocket { } } - impl<'a> WebSocketMethods for JSRef<'a, WebSocket> { fn Url(self) -> DOMString { self.url.clone() |