Skip to content

Commit 627f807

Browse files
committed
tada
Signed-off-by: John Swanke <jswanke@redhat.com>
1 parent 96ff9c1 commit 627f807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contexts/ValidationProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const EditorValidationStatusContext = createContext<{
1111
setEditorValidationStatus: (status: EditorValidationStatus) => void
1212
}>({
1313
editorValidationStatus: EditorValidationStatus.success,
14-
setEditorValidationStatus: () => void 0
14+
setEditorValidationStatus: () => void 0,
1515
})
1616
export const useEditorValidationStatus = () => useContext(EditorValidationStatusContext)
1717

0 commit comments

Comments
 (0)