summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/file_cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/file_cache.hpp')
-rw-r--r--include/mbgl/storage/file_cache.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/storage/file_cache.hpp b/include/mbgl/storage/file_cache.hpp
index b32bdf67e6..65d6dfbff0 100644
--- a/include/mbgl/storage/file_cache.hpp
+++ b/include/mbgl/storage/file_cache.hpp
@@ -23,6 +23,6 @@ public:
virtual void put(const Resource &resource, std::shared_ptr<const Response> response, Hint hint) = 0;
};
-}
+} // namespace mbgl
#endif