From 571a8044b027afee91466219a841817dd55ef455 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Thu, 19 May 2022 23:14:05 -0500 Subject: [PATCH] fix: prettier wants lf line ending --- src/handler/structures/enums.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/structures/enums.ts b/src/handler/structures/enums.ts index b0d2503..70dd882 100644 --- a/src/handler/structures/enums.ts +++ b/src/handler/structures/enums.ts @@ -16,4 +16,4 @@ enum PluginType { Event = 0b10, } -export { CommandType, PluginType }; \ No newline at end of file +export { CommandType, PluginType };