Remove indent of module exports

This commit is contained in:
Blake Campbell 2022-10-17 10:32:58 -04:00 committed by GitHub
parent b7dc5edf87
commit c07616f28a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
]; ];