Skip to content

Commit 371f3ef

Browse files
committed
more
1 parent 8460031 commit 371f3ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ export function print(node, opts = {}) {
7171

7272
let newline = '\n';
7373
const indent = opts.indent ?? '\t';
74-
const quote_type = opts.quote ?? 'single';
75-
const quote = quote_type === 'single' ? "'" : '"';
7674

7775
/** @param {Command} command */
7876
function run(command) {

0 commit comments

Comments
 (0)