[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -35,8 +35,12 @@ define(
|
||||
topic,
|
||||
mockNow,
|
||||
domainObject = {
|
||||
getId: function () { return "test-id"; },
|
||||
getModel: function () { return testModel; }
|
||||
getId: function () {
|
||||
return "test-id";
|
||||
},
|
||||
getModel: function () {
|
||||
return testModel;
|
||||
}
|
||||
},
|
||||
mutation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user