Skip to content

Commit 0fe7b30

Browse files
author
Chris K
committed
Run cleanrepo.
1 parent 3cceab4 commit 0fe7b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/network_service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ cls.NetworkLoggerResponsePrototype = function()
11071107
// At the time of the this event, it's possible that more than the header
11081108
// has been read from the socket already.
11091109
this.response_headers_raw = event.raw.split("\r\n\r\n")[0];
1110-
1110+
11111111
// Todo: Not sure I should rely on this
11121112
if (this.response_headers_raw != "SPDY DATA")
11131113
this.first_line = this.response_headers_raw.split("\n")[0];

0 commit comments

Comments
 (0)