Skip to content

Commit 2d250e7

Browse files
committed
fix format
1 parent bb4d015 commit 2d250e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/rn-tester/js/examples/KeyboardEventsExample/KeyboardEventsExample.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {
2121
Text,
2222
TextInput,
2323
View,
24-
// Image,
2524
} from 'react-native';
2625

2726
function formatKeyEvent(event: any) {
@@ -281,7 +280,6 @@ function KeyboardEventExample(): React.Node {
281280
);
282281
}
283282

284-
285283
const styles = StyleSheet.create({
286284
eventLogBox: {
287285
padding: 10,

0 commit comments

Comments
 (0)