chore(fmt): npm run prettier

This commit is contained in:
AJ ONeal
2023-01-15 07:59:32 +00:00
parent 967eff256a
commit 9c1be4bc3a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ if (/^win/i.test(os.platform())) {
return;
}
exec('curl -fsS https://webi.sh/webi | sh', function(err, stdout, stderr) {
exec('curl -fsS https://webi.sh/webi | sh', function (err, stdout, stderr) {
if (err) {
console.error(err);
}

View File

@@ -23,7 +23,7 @@ function parseYamlish(txt) {
block = false;
}
lines.some(function(line, i) {
lines.some(function (line, i) {
if (frontmatter === line) {
// end of frontmatter
end = true;