Skip to content

Commit dbffcab

Browse files
author
Daniel Herzog
committed
Ran cleanrepo.
1 parent 17a92dd commit dbffcab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/network/network_request_crafting_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
window.cls = window.cls || {};
1+
window.cls = window.cls || {};
22

33
/**
44
* @constructor

src/network/network_service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"use strict";
1+
"use strict";
22

33
cls.NetworkLogger = function()
44
{

src/network/network_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"use strict";
1+
"use strict";
22

33
window.cls = window.cls || {};
44

0 commit comments

Comments
 (0)