Skip to content

Commit

Permalink
fix(callout): update codemod test fixture output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Sep 27, 2024
1 parent 5f0896d commit 4c583ca
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const LocallyRenamedStaticNotification = unstable__Callout;
// prettier-ignore
const App = () => {
return (<>
<Callout title="Test" />
<SomeOtherName title="Test" />
<Callout title="Test" />
<LocallyRenamedStaticNotification title="Test" />
</>);
<Callout title="Test" />
<SomeOtherName title="Test" />
<Callout title="Test" />
<LocallyRenamedStaticNotification title="Test" />
</>);
};

0 comments on commit 4c583ca

Please sign in to comment.