Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 950755f

Browse files
committed
chore(browser): clang formatting
1 parent ffe96ee commit 950755f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/browser.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,8 @@ export class ProtractorBrowser extends Webdriver {
901901
* browser.get('http://angular.github.io/protractor/#/api');
902902
* expect(browser.getLocationAbsUrl())
903903
* .toBe('http://angular.github.io/protractor/#/api');
904-
* @returns {webdriver.promise.Promise<string>} The current absolute url from AngularJS.
904+
* @returns {webdriver.promise.Promise<string>} The current absolute url from
905+
* AngularJS.
905906
*/
906907
getLocationAbsUrl(): webdriver.promise.Promise<any> {
907908
this.waitForAngular();

0 commit comments

Comments
 (0)