Skip to content

Commit 9a006e3

Browse files
farhanclaude
andcommitted
style: fix dprint formatting in CourseAuthoringContext
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 175a6fb commit 9a006e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/CourseAuthoringContext.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ export const CourseAuthoringProvider = ({
6868
/**
6969
* Open the unit page for a given locator.
7070
*/
71-
const openUnitPage = async (locator: string) => { navigate(getUnitUrl(locator)); };
71+
const openUnitPage = async (locator: string) => {
72+
navigate(getUnitUrl(locator));
73+
};
7274

7375
const context = useMemo<CourseAuthoringContextData>(() => ({
7476
courseId,

0 commit comments

Comments
 (0)