Skip to content

Commit 745619f

Browse files
committed
Fixed dartfmt issues.
1 parent 3cefed2 commit 745619f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/sentry.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,9 @@ class SentryClient {
159159

160160
/// Reports an [event] to Sentry.io.
161161
Future<SentryResponse> capture({@required Event event}) async {
162-
163162
final DateTime now = _clock();
164163
String authHeader = 'Sentry sentry_version=6, sentry_client=$sentryClient, '
165-
'sentry_timestamp=${now.millisecondsSinceEpoch}, sentry_key=$publicKey';
164+
'sentry_timestamp=${now.millisecondsSinceEpoch}, sentry_key=$publicKey';
166165
if (secretKey != null) {
167166
authHeader += ', sentry_secret=$secretKey';
168167
}

0 commit comments

Comments
 (0)