From c07616f28a87ddc9c69a885e3669dca38ee6daf2 Mon Sep 17 00:00:00 2001 From: Blake Campbell Date: Mon, 17 Oct 2022 10:32:58 -0400 Subject: [PATCH] Remove indent of module exports --- src/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data.js b/src/data.js index c80c688a..7cd297eb 100644 --- a/src/data.js +++ b/src/data.js @@ -20,7 +20,7 @@ * * Keep this a commonjs export. */ - module.exports = [ +module.exports = [ { name: 'Dominic Ruggiero', description: 'Student and idiot', @@ -14836,4 +14836,4 @@ // 🚨 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. 🚨 // Thx, luv ya - wes -]; \ No newline at end of file +];