Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fixed misplaced open brace linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Jul 18, 2015
1 parent 0c3ade9 commit 8d762e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ module HawkularMetrics {
private HawkularAlertsManager: IHawkularAlertsManager,
private HawkularErrorManager: IHawkularErrorManager,
private AlertService: IAlertService,
private MetricService: IMetricService )
{
private MetricService: IMetricService ) {
$scope.vm = this;

this.startTimeStamp = +moment().subtract(1, 'hours');
Expand Down

0 comments on commit 8d762e5

Please sign in to comment.