mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
target: Fix indentation of a misaligned line
Apparently the line has an extra leading space. Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
parent
5a1eb4a778
commit
2f48b84e6b
@ -2233,7 +2233,7 @@ class AndroidTarget(Target):
|
||||
if not await self.is_screen_on.asyn():
|
||||
self.execute('input keyevent 26')
|
||||
if verify and not await self.is_screen_on.asyn():
|
||||
raise TargetStableError('Display cannot be turned on.')
|
||||
raise TargetStableError('Display cannot be turned on.')
|
||||
|
||||
@asyn.asyncf
|
||||
async def ensure_screen_is_on_and_stays(self, verify=True, mode=7):
|
||||
|
Loading…
x
Reference in New Issue
Block a user