Skip to content

Commit 7eceb72

Browse files
committed
refactor: Remove redundant return
1 parent be136b4 commit 7eceb72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/VueDatePicker/utils/util.ts

-1
Original file line numberDiff line numberDiff line change
@@ -308,5 +308,4 @@ export const checkKeyDown = (ev: KeyboardEvent, fn: () => any, prevent = false)
308308
}
309309
return fn();
310310
}
311-
return;
312311
};

0 commit comments

Comments
 (0)