Skip to content

Commit 133fbe0

Browse files
committed
fix format
1 parent bd1fe01 commit 133fbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/rescript_postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const child_process = require("child_process");
33
const fs = require("fs");
44

5-
const { bsc_exe, ninja_exe }= require("./bin_path");
5+
const { bsc_exe, ninja_exe } = require("./bin_path");
66

77
function checkNinja() {
88
if (!fs.existsSync(ninja_exe)) {

0 commit comments

Comments
 (0)