Skip to content

Commit 1e332be

Browse files
committed
chore: re-running prettier to fix failing CI
1 parent 96ea0d8 commit 1e332be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmds/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ exports.run = async function (opts) {
121121
files.map(async filename => {
122122
const file = await readFile(path.join(folder, filename), 'utf8');
123123
const matter = frontMatter(file);
124-
124+
125125
// Stripping the subdirectories and markdown extension from the filename and lowercasing to get the default slug.
126126
const slug = path.basename(filename).replace(path.extname(filename), '').toLowerCase();
127127
const hash = crypto.createHash('sha1').update(file).digest('hex');

0 commit comments

Comments
 (0)