Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Apr 7, 2024
1 parent f79d062 commit 85dbb9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/analytics/event_store_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ void main() {

final prefs = await SharedPreferences.getInstance();
await prefs.setString(
'io.wiredash.events.default|1234567890|abc', '{"invalid": "event"}');
'io.wiredash.events.default|1234567890|abc',
'{"invalid": "event"}',
);
final events = await eventStore.getEvents(null);

errors.restoreDefaultErrorHandlers();
Expand Down

0 comments on commit 85dbb9f

Please sign in to comment.