Skip to content

Commit bf5b44b

Browse files
committed
fmt
1 parent 5358f43 commit bf5b44b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/fr/breakpoints.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,10 @@ export const breakpoints = {
7777
return out;
7878
})(),
7979
"valuesUnit": unit,
80-
"emValues": (()=>{
81-
80+
"emValues": (() => {
8281
assert<Equals<typeof unit, "em">>();
8382

8483
return values;
85-
8684
})(),
8785
/**
8886
* Returns the breakpoint values in px.

src/useBreakpointsValues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import { useBreakpointsValuesPx } from "./useBreakpointsValuesPx";
44
export type { BreakpointKeys, BreakpointsValues };
55

66
/** @deprecated Use import { useBreakpointsValuesPx } from "@codegouvfr/react-dsfr/useBreakpointsValuesPx"; instead */
7-
export const useBreakpointsValues = useBreakpointsValuesPx;
7+
export const useBreakpointsValues = useBreakpointsValuesPx;

0 commit comments

Comments
 (0)