1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove redundant semicolons from Kotlin/gradle files

This commit is contained in:
melquiadess
2024-04-01 21:46:46 +01:00
parent 29b3d9e9e5
commit 73908bbce2
6 changed files with 13 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ android {
case "dev":
default:
sconsTarget += "_debug"
break;
break
}
}