aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/cors_cache.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2016-05-27 13:32:05 -0400
committerJosh Matthews <josh@joshmatthews.net>2016-05-27 13:32:05 -0400
commit3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e (patch)
tree4012cf37e6c594149bc8fe7e19b097c7518156e8 /components/net/fetch/cors_cache.rs
parent4ebc065cba15184c8f63a28f128ec833fffccef7 (diff)
downloadservo-3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e.tar.gz
servo-3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e.zip
Remove empty lines following braces.
Diffstat (limited to 'components/net/fetch/cors_cache.rs')
-rw-r--r--components/net/fetch/cors_cache.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/fetch/cors_cache.rs b/components/net/fetch/cors_cache.rs
index f6e83f79459..97861283606 100644
--- a/components/net/fetch/cors_cache.rs
+++ b/components/net/fetch/cors_cache.rs
@@ -77,7 +77,6 @@ fn match_headers(cors_cache: &CORSCacheEntry, cors_req: &Request) -> bool {
pub struct CORSCache(Vec<CORSCacheEntry>);
impl CORSCache {
-
pub fn new() -> CORSCache {
CORSCache(vec![])
}