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:
Pascal Hartig
2019-09-12 07:59:31 -07:00
committed by Facebook Github Bot
parent 99cfc14134
commit 64373aac0a

View File

@@ -82,8 +82,7 @@ export default class AndroidDevice extends BaseDevice {
clearLogs(): Promise<void> { clearLogs(): Promise<void> {
this.logEntries = []; this.logEntries = [];
return spawn('adb', ['logcat', '-c']) return spawn('adb', ['logcat', '-c']).then(_ => undefined);
.then(_ => undefined);
} }
archive(): ArchivedDevice { archive(): ArchivedDevice {