Skip to content

Commit 8e628d5

Browse files
committed
fixup!: formatting
1 parent 435e6f6 commit 8e628d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const rootPath = path.resolve(__dirname, "../..")
2020
export const vsRootPath = path.join(rootPath, "vendor/modules/code-oss-dev")
2121
const PACKAGE_JSON = "package.json"
2222
const pkg = getPackageJson(`${rootPath}/${PACKAGE_JSON}`)
23-
const codePkg = getPackageJson(`${vsRootPath}/${PACKAGE_JSON}`) || {version: "0.0.0"}
23+
const codePkg = getPackageJson(`${vsRootPath}/${PACKAGE_JSON}`) || { version: "0.0.0" }
2424
export const pkgName = pkg.name || "code-server"
2525
export const version = pkg.version || "development"
2626
export const commit = pkg.commit || "development"

0 commit comments

Comments
 (0)