Skip to content

Commit 71897ce

Browse files
committed
Remove trailing whitespace
1 parent c3e595b commit 71897ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Shared/Storage/StorageAware.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public protocol StorageAware {
4545
Clears all expired objects.
4646
*/
4747
func removeExpiredObjects() throws
48-
48+
4949
/**
5050
Check if an expired object by the given key.
5151
- Parameter key: Unique key to identify the object.
@@ -66,7 +66,7 @@ public extension StorageAware {
6666
return false
6767
}
6868
}
69-
69+
7070
func isExpiredObject<T: Codable>(ofType type: T.Type, forKey key: String) throws -> Bool {
7171
do {
7272
let entry = try self.entry(ofType: type, forKey: key)

0 commit comments

Comments
 (0)