Skip to content

Commit 601fe68

Browse files
committed
Run prettier on changes
1 parent 2361432 commit 601fe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/jungfrau/JungfrauRotationContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export type JungfrauRotationContextType = {
2626

2727
export const JungfrauRotationContext =
2828
createContext<JungfrauRotationContextType>(
29-
null as unknown as JungfrauRotationContextType
29+
null as unknown as JungfrauRotationContextType,
3030
);

0 commit comments

Comments
 (0)