Skip to content

Commit 50cd5c1

Browse files
author
Evan Greer
committed
minor edits
1 parent e1db98b commit 50cd5c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift-sdk/Internal/IterableUserDefaults.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ class IterableUserDefaults {
166166
private func save(string: String?, withKey key: UserDefaultsKey) {
167167
userDefaults.set(string, forKey: key.value)
168168
}
169+
169170
private func save(bool: Bool, withKey key: UserDefaultsKey) {
170171
userDefaults.set(bool, forKey: key.value)
171172
}

0 commit comments

Comments
 (0)