Skip to content

Commit

Permalink
refactor: Remove redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenkoo committed May 12, 2024
1 parent be136b4 commit 7eceb72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/VueDatePicker/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,5 +308,4 @@ export const checkKeyDown = (ev: KeyboardEvent, fn: () => any, prevent = false)
}
return fn();
}
return;
};

0 comments on commit 7eceb72

Please sign in to comment.