Skip to content

Commit

Permalink
remove useless parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
stmitt committed Apr 20, 2021
1 parent e2ee6fc commit 6529564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DP3TSDK/DP3TSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class DP3TSDK {
self.tracer.setEnabled(false, completionHandler: nil)
}

callback(.success((.init(oldestKeyDate: oldestNonFakeKeyDate))))
callback(.success(.init(oldestKeyDate: oldestNonFakeKeyDate)))
case let .failure(error):
callback(.failure(.networkingError(error: error)))
}
Expand Down

0 comments on commit 6529564

Please sign in to comment.