Skip to content

Commit f13beb0

Browse files
authored
Change tabs to spaces to make CI happy
1 parent 2c4b0e8 commit f13beb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/ImageHeaderScrollView.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,10 @@ class ImageHeaderScrollView extends Component<Props, State> {
198198
return;
199199
}
200200
this.container.measureInWindow((x, y) => {
201-
if (this.container) {
202-
this.setState(() => ({ pageY: y }))
203-
}
204-
});
201+
if (this.container) {
202+
this.setState(() => ({ pageY: y }))
203+
}
204+
});
205205
};
206206

207207
onScroll = (e: *) => {

0 commit comments

Comments
 (0)