Skip to content

Commit 5549e69

Browse files
author
Jay Kim
committed
Run prettier
1 parent 04b7535 commit 5549e69

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

types/gestalt/gestalt-tests.tsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,13 @@ const CheckUseReducedMotion = () => {
200200
</Flex>;
201201
<Heading />;
202202
<Icon accessibilityLabel="icon" />;
203-
<IconButton accessibilityLabel="icon" tooltip={{
204-
text: "foo",
205-
idealDirection: "down"
206-
}}/>;
203+
<IconButton
204+
accessibilityLabel="icon"
205+
tooltip={{
206+
text: 'foo',
207+
idealDirection: 'down',
208+
}}
209+
/>;
207210
<Image alt="image" color="#ffff" naturalHeight={1} naturalWidth={1} src="http" />;
208211
<Label htmlFor="id" />;
209212
<Layer>
@@ -229,7 +232,7 @@ const CheckUseReducedMotion = () => {
229232
expandedIndex={1}
230233
onExpandedChange={index => {}}
231234
></Module.Expandable>;
232-
<NumberField id="number" onChange={({ value }) => value} step={1}/>;
235+
<NumberField id="number" onChange={({ value }) => value} step={1} />;
233236
<OnLinkNavigationProvider
234237
onNavigation={() => {
235238
return undefined;

0 commit comments

Comments
 (0)