Skip to content

Commit a087aab

Browse files
committed
chore: run prettier
1 parent 9bbe664 commit a087aab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/field-plugin/src/createFieldPlugin/FieldPluginActions.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ export type PromptAI = (payload: PromptAIPayload) => Promise<PromptAIResponse>
2121
export type RequestUserContext = () => Promise<UserData>
2222
export type SelectAsset = () => Promise<Asset>
2323
export type Initialize<Content> = () => Promise<FieldPluginData<Content>>
24-
export type SetPreviewWidth = (
25-
previewWidth: Dimension
26-
) => Promise<void>
24+
export type SetPreviewWidth = (previewWidth: Dimension) => Promise<void>
2725

2826
export type FieldPluginActions<Content> = {
2927
setContent: SetContent<Content>

packages/field-plugin/src/messaging/pluginMessage/pluginToContainerMessage/PreviewDimensionChangeMessage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
optionalGuard,
99
} from 'pure-parse'
1010

11-
export type Dimension =
11+
export type Dimension =
1212
| {
1313
tag: 'desktop'
1414
}

0 commit comments

Comments
 (0)