Skip to content

Commit f7bd6cf

Browse files
committed
prettier
1 parent 741a4c3 commit f7bd6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/src/rules/ts-fixture/sourcemap-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ function isCall(node: unknown, name: string): node is TSESTree.CallExpression {
4747
"name" in node.callee &&
4848
node.callee.name === name
4949
);
50-
}
50+
}

0 commit comments

Comments
 (0)