Fix formatting
Summary: Hmm, how did this land despite the formatting error? Reviewed By: jknoxville Differential Revision: D17342057 fbshipit-source-id: 514be1548feb024cc107139ac962b0d69ff42198
This commit is contained in:
committed by
Facebook Github Bot
parent
99cfc14134
commit
64373aac0a
@@ -82,8 +82,7 @@ export default class AndroidDevice extends BaseDevice {
|
||||
|
||||
clearLogs(): Promise<void> {
|
||||
this.logEntries = [];
|
||||
return spawn('adb', ['logcat', '-c'])
|
||||
.then(_ => undefined);
|
||||
return spawn('adb', ['logcat', '-c']).then(_ => undefined);
|
||||
}
|
||||
|
||||
archive(): ArchivedDevice {
|
||||
|
||||
Reference in New Issue
Block a user