From e5a61226caa844c5b70a211229510d5d4df43f50 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Fri, 7 Nov 2025 15:06:37 +0100 Subject: [PATCH] Add newline at end of `build.gradle.kts` file for consistency. Signed-off-by: Chaoscaot --- CommonCore/SQL/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonCore/SQL/build.gradle.kts b/CommonCore/SQL/build.gradle.kts index 95106b76..2e384e19 100644 --- a/CommonCore/SQL/build.gradle.kts +++ b/CommonCore/SQL/build.gradle.kts @@ -72,4 +72,4 @@ dependencies { api(libs.exposedDao) api(libs.exposedJdbc) api(libs.exposedTime) -} \ No newline at end of file +}