Skip to content

Commit

Permalink
🤖 dprint fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Sep 30, 2024
1 parent c5006d2 commit 0bff280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/jscodeshift/test/jscodeshift-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ const reverseIdentifiersTransform: Transform = (file, api) => {

const asyncTransform: Transform = async (file, api) => {
return api
.jscodeshift(file.source)
.map(p => p)
.toSource();
.jscodeshift(file.source)
.map(p => p)
.toSource();
};

// Can define a custom parser.
Expand Down

0 comments on commit 0bff280

Please sign in to comment.