style: rm redundant semicolon

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-10-27 02:49:42 +02:00
parent 8e3fe6f93a
commit 44c3bb536e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class RealtimeService : Service() {
} }
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int { override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
return START_STICKY; return START_STICKY
} }
override fun onCreate() { override fun onCreate() {