Remove an extra new line in the fabric build.gradle.kts file

This commit is contained in:
Username404 2021-10-26 23:28:45 +02:00
parent fd502090c1
commit e73c92266a
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

View File

@ -27,4 +27,3 @@ dependencies {
add("developmentFabric", project(path = ":common")) { isTransitive = false }
shadowC(project(path = ":common", configuration = "transformProductionFabric")) { isTransitive = false }
}