Skip to content

Commit 62fbba9

Browse files
committed
Reformat
1 parent 5ed38b1 commit 62fbba9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/powersync_core/test/in_memory_sync_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ void _declareTests(String name, SyncOptions options) {
416416
'data': [
417417
{
418418
'checksum': 0,
419-
'data': json.encode({'name': 'from local', 'email': 'local@example.org'}),
419+
'data': json.encode(
420+
{'name': 'from local', 'email': 'local@example.org'}),
420421
'op': 'PUT',
421422
'op_id': '1',
422423
'object_id': '1',

0 commit comments

Comments
 (0)