[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -58,7 +58,7 @@ define(
|
||||
$scope.rows = [];
|
||||
|
||||
// Subscribe to telemetry when a domain object becomes available
|
||||
this.$scope.$watch('domainObject', function(){
|
||||
this.$scope.$watch('domainObject', function () {
|
||||
self.subscribe();
|
||||
self.registerChangeListeners();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user