Skip to content

Commit d2d2316

Browse files
committed
format
1 parent a3015b4 commit d2d2316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/wip/autocomplete/popup.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ class PopupState extends State<Popup> {
6565
// TODO(nausharipov): find where 100 comes from
6666
widget.editingWindowSize.width -
6767
Sizes.autocompletePopupMaxWidth +
68-
(widget.editorOffset?.dx ?? 0) - 100;
68+
(widget.editorOffset?.dx ?? 0) -
69+
100;
6970

7071
return PageStorage(
7172
bucket: pageStorageBucket,

0 commit comments

Comments
 (0)