Skip to content

Commit 63e082d

Browse files
committed
remove unused parameter
1 parent 06cf8d0 commit 63e082d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/handlers.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ export function handle(node, state) {
6969
/**
7070
* @param {string} content
7171
* @param {TSESTree.Node} node
72-
* @param {boolean} quote
7372
* @returns {Chunk}
7473
*/
75-
function c(content, node, quote = false) {
74+
function c(content, node) {
7675
return {
7776
type: 'Chunk',
7877
content,

0 commit comments

Comments
 (0)