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

Commit 99685b9

Browse files
committed
remove trailing whitespace
1 parent 130a8e3 commit 99685b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ function Browser(window, document, $log, $sniffer) {
297297
var rawCookie = escape(name) + '=' + escape(value) +
298298
';path=' + cookiePath;
299299

300-
if (expires !== undefined) {
300+
if (expires !== undefined) {
301301
rawCookie = rawCookie + ";expires=" + expires;
302302
}
303303

0 commit comments

Comments
 (0)