run prettier

This commit is contained in:
karsten13 2021-06-17 23:19:57 +02:00
parent d9edaffd9c
commit ebb5dee1fc
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@ beforeAll(function () {
return require(filename); return require(filename);
} catch { } catch {
// ignore // ignore
}; }
}; }
}; };
vm.runInNewContext(code, sandbox, fileName); vm.runInNewContext(code, sandbox, fileName);

View File

@ -29,8 +29,8 @@ beforeAll(function () {
return require(filename); return require(filename);
} catch { } catch {
// ignore // ignore
}; }
}; }
}; };
vm.runInNewContext(code, sandbox, fileName); vm.runInNewContext(code, sandbox, fileName);