Skip to content

Commit

Permalink
ISSUE-576: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Jan 16, 2024
1 parent d6ac80d commit 1c609a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.kaspersky.adbserver.desktop
import com.kaspersky.adbserver.common.api.CommandResult
import com.kaspersky.adbserver.common.api.ExecutorResultStatus
import com.kaspersky.adbserver.common.log.logger.Logger
import java.util.Arrays
import java.util.concurrent.TimeUnit

internal class CmdCommandPerformer(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ class AdbServerTest : TestCase() {
fun commandWithAnotherCommandAsArgumentsTest() = run {
adbServer.performCmd("sh", arguments = listOf("-c", "adb shell dumpsys deviceidle | grep mForceIdle"))
}
}
}

0 comments on commit 1c609a4

Please sign in to comment.