Skip to content

Commit 7414132

Browse files
fix PR comments
1 parent ddead7f commit 7414132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/utils/private_views/instabug_sliver_private_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class _InstabugSliverPrivateViewState extends State<InstabugSliverPrivateView> {
4545
return SliverVisibilityDetector(
4646
key: key,
4747
onVisibilityChanged: _onVisibilityChanged,
48-
sliver: KeyedSubtree(key: _childKey,child: widget.sliver),
48+
sliver: KeyedSubtree(key: _childKey, child: widget.sliver),
4949
);
5050
}
5151
}

0 commit comments

Comments
 (0)