diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-04-07 11:41:58 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-04-07 11:41:58 +0200 |
commit | 4e34fcd26451a09912bb53db61f4a04da8173dbb (patch) | |
tree | 10113bcce656b1058a2fe9f6cc3b3972feeb9e83 /src/components/net/image_cache_task.rs | |
parent | 86c83f7bfc2c748047dbd9b2d4b788e77714c980 (diff) | |
download | servo-4e34fcd26451a09912bb53db61f4a04da8173dbb.tar.gz servo-4e34fcd26451a09912bb53db61f4a04da8173dbb.zip |
Remove trailing whitespace.
Diffstat (limited to 'src/components/net/image_cache_task.rs')
-rw-r--r-- | src/components/net/image_cache_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/net/image_cache_task.rs b/src/components/net/image_cache_task.rs index 1544ce05f3b..622443ab2d8 100644 --- a/src/components/net/image_cache_task.rs +++ b/src/components/net/image_cache_task.rs @@ -442,7 +442,7 @@ impl ImageCacheTask { pub fn send(&self, msg: Msg) { self.chan.send(msg); } - + #[cfg(test)] fn wait_for_store(&self) -> Receiver<()> { let (chan, port) = channel(); |