style: rm redundant semicolon
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
8e3fe6f93a
commit
44c3bb536e
|
|
@ -20,7 +20,7 @@ class RealtimeService : Service() {
|
|||
}
|
||||
|
||||
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
|
||||
return START_STICKY;
|
||||
return START_STICKY
|
||||
}
|
||||
|
||||
override fun onCreate() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue