From 16542345745d890c2994aebff494fd4161325a2c Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 1 Apr 2018 21:40:28 -0400 Subject: [PATCH] Formatting --- lib/src/cache.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/src/cache.dart b/lib/src/cache.dart index 32d240cb..55db26c3 100644 --- a/lib/src/cache.dart +++ b/lib/src/cache.dart @@ -67,11 +67,12 @@ class ResponseCache { } // Save the response. - _cache[req.uri.path] = new _CachedResponse(res.headers, res.buffer.toBytes(), now); + _cache[req.uri.path] = + new _CachedResponse(res.headers, res.buffer.toBytes(), now); } - - return true; } + + return true; } void setCachedHeaders(