From 71897cea7ebb3e700653c8239eb5ec07a2af5fb7 Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Wed, 4 Apr 2018 10:06:21 +0200 Subject: [PATCH] Remove trailing whitespace --- Source/Shared/Storage/StorageAware.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Shared/Storage/StorageAware.swift b/Source/Shared/Storage/StorageAware.swift index e348bcf..3096f09 100644 --- a/Source/Shared/Storage/StorageAware.swift +++ b/Source/Shared/Storage/StorageAware.swift @@ -45,7 +45,7 @@ public protocol StorageAware { Clears all expired objects. */ func removeExpiredObjects() throws - + /** Check if an expired object by the given key. - Parameter key: Unique key to identify the object. @@ -66,7 +66,7 @@ public extension StorageAware { return false } } - + func isExpiredObject(ofType type: T.Type, forKey key: String) throws -> Bool { do { let entry = try self.entry(ofType: type, forKey: key)