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(