Skip to content

Commit

Permalink
chore: Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored and actions-user committed Apr 8, 2022
1 parent cd24c39 commit 2cf15eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/mdx/0/test.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export const Thing = () => {
var subKey = { subProp: 1 };
// Test harmony object short notation
return { data: { trueKey, falseKey, subKey } };
}
};

<Thing />
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function cleanup() {

// These modules need newer node features
var minVersions = {
'@mdx-js/register': { major: 12 }
'@mdx-js/register': { major: 12 },
};

var maxVersions = {};
Expand Down

0 comments on commit 2cf15eb

Please sign in to comment.