Skip to content

Commit

Permalink
Align with project code style
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjerleke committed Aug 19, 2024
1 parent 51c61bb commit c7b3823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/embla-carousel/src/components/SlideFocus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function SlideFocus(
function init(emblaApi: EmblaCarouselType): void {
if (!watchFocus) return

const defaultCallback = (index: number): void => {
function defaultCallback(index: number): void {
const nowTime = new Date().getTime()
const diffTime = nowTime - lastTabPressTime

Expand Down

0 comments on commit c7b3823

Please sign in to comment.