From fe19113cfa38ba221bd27283d0a6990fce1c21ed Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Tue, 21 Nov 2023 15:27:44 +0100 Subject: [PATCH] run format --- drift/example/example.dart | 1 - hive/lib/src/version.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/drift/example/example.dart b/drift/example/example.dart index 04c7cbe02e..bfe8b6d8e6 100644 --- a/drift/example/example.dart +++ b/drift/example/example.dart @@ -5,7 +5,6 @@ import 'package:sentry_drift/sentry_drift.dart'; import 'database.dart'; - Future main() async { // ATTENTION: Change the DSN below with your own to see the events in Sentry. Get one at sentry.io const dsn = diff --git a/hive/lib/src/version.dart b/hive/lib/src/version.dart index 9e596dd557..00e8950582 100644 --- a/hive/lib/src/version.dart +++ b/hive/lib/src/version.dart @@ -3,4 +3,3 @@ const String sdkVersion = '7.13.1'; /// The package name reported to Sentry.io in the submitted events. const String packageName = 'pub:sentry_hive'; -