Skip to content

Commit 35b82b8

Browse files
author
Daniel Herzog
committed
Ran cleanrepo
1 parent 0419976 commit 35b82b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/network/network_service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
"use strict";
1+
"use strict";
22

33
cls.NetworkLogger = function()
4-
{
4+
{
55
this._filter_entries_by_list = function(ids, entry)
66
{
77
return ids.contains(entry.id);

0 commit comments

Comments
 (0)