Skip to content

Commit

Permalink
Removed public modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Aug 30, 2019
1 parent 140f072 commit 1a47c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Zephyr.swift
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private extension Zephyr {
/// - Parameters:
/// - key: If you pass a key, only that key will updated in `UserDefaults`.
/// - value: The value that will be synchronized. Must be passed with a key, otherwise, nothing will happen.
public func syncFromCloud(key: String? = nil, value: Any? = nil) {
func syncFromCloud(key: String? = nil, value: Any? = nil) {
let defaults = userDefaults
defaults.set(Date(), forKey: ZephyrSyncKey)

Expand Down

0 comments on commit 1a47c27

Please sign in to comment.