Ugh, tabs vs spaces

This commit is contained in:
Will Boyd
2024-02-24 14:25:05 -05:00
parent a0a1224d88
commit b0bf777506
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// get simple post title
module.exports = (post) => {
return post.data.title[0];
return post.data.title[0];
};