android: reformat codebase

This commit is contained in:
Velaron
2025-01-21 18:47:14 +02:00
committed by a1batross
parent 2c53cc7e70
commit d87cdd7ff8
44 changed files with 1880 additions and 1902 deletions

View File

@@ -4,8 +4,8 @@ import android.app.Service
import android.content.Intent
import android.os.IBinder
class DedicatedService: Service() {
override fun onBind(intent: Intent?): IBinder? {
TODO("Not yet implemented")
}
}
class DedicatedService : Service() {
override fun onBind(intent: Intent?): IBinder? {
TODO("Not yet implemented")
}
}