Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Feb 14, 2023
1 parent 393ee9f commit 91e64ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/ios/Classes/SentryFlutterPluginApple.swift
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public class SentryFlutterPluginApple: NSObject, FlutterPlugin {
}

if let timestampValue = breadcrumb["timestamp"] as? String,
let timestamp = dateFormatter.date(from: timestampValue) {
let timestamp = dateFormatter.date(from: timestampValue) {
breadcrumbInstance.timestamp = timestamp
}

Expand Down

0 comments on commit 91e64ae

Please sign in to comment.