From df7e3bd7b922942792e43ed6c77e42d1ad207981 Mon Sep 17 00:00:00 2001 From: Lewin Kelly Date: Wed, 3 May 2023 23:01:53 +0100 Subject: [PATCH] Format some files with prettier --- dense.json5 | 4 ++-- lines.json5 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dense.json5 b/dense.json5 index 400efc4..f8c18b0 100644 --- a/dense.json5 +++ b/dense.json5 @@ -14,6 +14,6 @@ { rule: "rename_variables", globals: ["$default", "$roblox"], - } - ] + }, + ], } diff --git a/lines.json5 b/lines.json5 index 85c6c0d..b83986f 100644 --- a/lines.json5 +++ b/lines.json5 @@ -9,5 +9,5 @@ // "remove_method_definition", "remove_function_call_parens", "filter_after_early_return", - ] + ], }