Skip to content

Commit

Permalink
chore: putout: update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 27, 2024
1 parent dd34149 commit 98b16ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
useEffect(() => {
a();

async function a() {}});
async function a() {}
});
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
function f() {
return x;
function m() {}}
function m() {}
}

0 comments on commit 98b16ec

Please sign in to comment.