Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 341fc521 authored by David Padlipsky's avatar David Padlipsky
Browse files

Fix presubmit due to extra semicolon

Presubmit is failing due to extra semicolon in kotlin file.

Test: Cosmetic change
Flag: EXEMPT bugfix
Change-Id: I778377fbc4415d604ca57fb346c830ffae828f64
parent 1e94bbb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ class InputManagerServiceTests {
    fun testKeyActivenessNotifyEventsLifecycle() {
        service.systemRunning()

        fakePermissionEnforcer.grant(android.Manifest.permission.LISTEN_FOR_KEY_ACTIVITY);
        fakePermissionEnforcer.grant(android.Manifest.permission.LISTEN_FOR_KEY_ACTIVITY)

        val inputManager = context.getSystemService(InputManager::class.java)