Skip to content

Commit 6372666

Browse files
committed
fix: lint
1 parent 04922fe commit 6372666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reconciler/build/trim-reconciler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const KEEP_OPTIONS = {
3333
shouldAttemptEagerTransition: true,
3434
requestPostPaintCallback: true,
3535
maySuspendCommit: true,
36-
detachDeletedInstance: true
36+
detachDeletedInstance: true,
3737
};
3838

3939
const STATIC_OPTIONS = {

0 commit comments

Comments
 (0)