From e73c92266afaf20ba287b10e3536583900c4c17b Mon Sep 17 00:00:00 2001 From: Username404 Date: Tue, 26 Oct 2021 23:28:45 +0200 Subject: [PATCH] Remove an extra new line in the fabric build.gradle.kts file --- fabric/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts index 9e7ed94..987d978 100644 --- a/fabric/build.gradle.kts +++ b/fabric/build.gradle.kts @@ -27,4 +27,3 @@ dependencies { add("developmentFabric", project(path = ":common")) { isTransitive = false } shadowC(project(path = ":common", configuration = "transformProductionFabric")) { isTransitive = false } } -