Skip to content

Commit 58d6b72

Browse files
[autofix.ci] apply automated fixes
1 parent 0ba444a commit 58d6b72

File tree

1 file changed

+1
-1
lines changed
  • packages/devtools-kit/src/core/component/types

1 file changed

+1
-1
lines changed

packages/devtools-kit/src/core/component/types/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ export interface InspectorStateEditorPayload {
1919
obj: Recordable,
2020
path: PropPath,
2121
value: unknown,
22-
cb?: (object: Recordable, field: string, value: unknown) => void
22+
cb?: (object: Recordable, field: string, value: unknown) => void,
2323
) => unknown
2424
}

0 commit comments

Comments
 (0)