Skip to content

Commit 1188688

Browse files
committed
style: fix code formatting with prettier
1 parent d42c050 commit 1188688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary/utils/ripgrep.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { rimrafSync } = require("rimraf");
44
const tar = require("tar");
55
const { RIPGREP_VERSION, TARGET_TO_RIPGREP_RELEASE } = require("./targets");
66
const AdmZip = require("adm-zip");
7-
const { ProxyAgent } = require('undici');
7+
const { ProxyAgent } = require("undici");
88

99
const RIPGREP_BASE_URL = `https://github.com/BurntSushi/ripgrep/releases/download/${RIPGREP_VERSION}`;
1010

0 commit comments

Comments
 (0)