Skip to content

Commit eb2bd8b

Browse files
committed
fix indentation
1 parent 567df20 commit eb2bd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/module_importer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function compileCache () {
1414

1515
process.once('exit', () => {
1616
if (blobStore.isDirty()) {
17-
blobStore.save()
17+
blobStore.save()
1818
}
1919
nativeCompileCache.uninstall()
2020
})

0 commit comments

Comments
 (0)