Skip to content

Commit ca4d523

Browse files
committed
whitespace in empty line
1 parent 1aa8ca1 commit ca4d523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/dom/shared/utils/getEventCharCode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function getEventCharCode(nativeEvent) {
4242
if (charCode === 10) {
4343
charCode = 13;
4444
}
45-
45+
4646
// Some non-printable keys are reported in `charCode`/`keyCode`, discard them.
4747
// Must not discard the (non-)printable Enter-key.
4848
if (charCode >= 32 || charCode === 13) {

0 commit comments

Comments
 (0)