mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Remove indent of module exports
This commit is contained in:
parent
b7dc5edf87
commit
c07616f28a
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
*
|
*
|
||||||
* Keep this a commonjs export.
|
* Keep this a commonjs export.
|
||||||
*/
|
*/
|
||||||
module.exports = [
|
module.exports = [
|
||||||
{
|
{
|
||||||
name: 'Dominic Ruggiero',
|
name: 'Dominic Ruggiero',
|
||||||
description: 'Student and idiot',
|
description: 'Student and idiot',
|
||||||
|
|
@ -14836,4 +14836,4 @@
|
||||||
// 🚨 OH Hey! DO NOT ADD YOURSELF TO THE END OF THE ARRAY 🚨
|
// 🚨 OH Hey! DO NOT ADD YOURSELF TO THE END OF THE ARRAY 🚨
|
||||||
// 🚨 Add yourself somewhere random. This makes merging you much easier and avoids conflicts. 🚨
|
// 🚨 Add yourself somewhere random. This makes merging you much easier and avoids conflicts. 🚨
|
||||||
// Thx, luv ya - wes
|
// Thx, luv ya - wes
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue