Skip to content

Commit 9e91af6

Browse files
committed
lint again :(
1 parent 7909780 commit 9e91af6

File tree

1 file changed

+1
-1
lines changed
  • packages/feedback/src/screenshot/components

1 file changed

+1
-1
lines changed

packages/feedback/src/screenshot/components/Crop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ interface FactoryParams {
5151
options: FeedbackInternalOptions;
5252
}
5353

54-
export default function CropFactory({ h, hooks, options}: FactoryParams): (props: {
54+
export default function CropFactory({ h, hooks, options }: FactoryParams): (props: {
5555
action: 'crop' | 'annotate' | '';
5656
imageBuffer: HTMLCanvasElement;
5757
croppingRef: Hooks.Ref<HTMLCanvasElement>;

0 commit comments

Comments
 (0)