chore(FrameManager): remove extra space (#2187)

This commit is contained in:
Pig Fang 2018-03-15 16:04:22 -05:00 committed by Andrey Lushnikov
parent c082a82547
commit 7d387d8d75

View File

@ -683,7 +683,7 @@ class Frame {
* @return {!Promise<string>} * @return {!Promise<string>}
*/ */
async title() { async title() {
return this.evaluate(() => document.title); return this.evaluate(() => document.title);
} }
/** /**