Skip to content

Commit 95f8105

Browse files
authored
Lint fix
1 parent 770fd6f commit 95f8105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ScrollArea.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class ScrollArea extends React.PureComponent<Props, State> {
144144
}
145145
});
146146
}
147-
}
147+
};
148148

149149
componentWillUnmount() {
150150
this.listener_.disconnect();
@@ -313,4 +313,4 @@ class ScrollArea extends React.PureComponent<Props, State> {
313313
}
314314
}
315315

316-
export default ScrollArea;
316+
export default ScrollArea;

0 commit comments

Comments
 (0)