Skip to content

Commit de1e114

Browse files
author
Daniel Herzog
committed
Ran cleanrepo
1 parent 640ef00 commit de1e114

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/network/network_details_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ templates._response_body = function(resp, do_raw, is_last_response)
383383
resp.saw_responsefinished &&
384384
(!resp.responsebody || !resp.responsebody.content) &&
385385
(!resp.logger_entry_called_get_body || resp.logger_entry_get_body_unsuccessful);
386-
386+
387387
if (should_track_content)
388388
{
389389
// Ask to enable content-tracking.

src/network/network_service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ cls.NetworkLoggerEntryPrototype = function()
934934

935935
// Todo: The exception for !saw_responsefinished is AFAIR so we don't fetch a wrong result like a
936936
// placeholder from Opera, but thee's currently no testcase for that.
937-
// We could also avoid it when this.is_unloaded, but seems there it will
937+
// We could also avoid it when this.is_unloaded, but seems there it will
938938
// just be unsuccessful and we handle that.
939939

940940
if (should_get_body)
@@ -953,7 +953,7 @@ cls.NetworkLoggerEntryPrototype = function()
953953
};
954954

955955
this._handle_get_resource = function(status, msg)
956-
{
956+
{
957957
if (!this._current_response)
958958
{
959959
// This means there wasn't a request, we add a "response" though because that's where that data lives.

0 commit comments

Comments
 (0)