From 3a2a6454871b7c0e695ae5cb6111146d8dd3ad16 Mon Sep 17 00:00:00 2001 From: Ivo Barros Date: Tue, 20 Jun 2023 22:37:59 +0100 Subject: [PATCH] add ending empty line --- src/types/SortType.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/SortType.ts b/src/types/SortType.ts index bf91ef8..f88bd26 100644 --- a/src/types/SortType.ts +++ b/src/types/SortType.ts @@ -14,4 +14,4 @@ export type SortType = | "NewComments" | "TopHour" | "TopSixHour" - | "TopTwelveHour"; \ No newline at end of file + | "TopTwelveHour";