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

Commit

Permalink
Merge pull request #609 from jpkrohling/HAWKULAR-747-FixBrokenBuild
Browse files Browse the repository at this point in the history
HAWKULAR-747 - Fix broken build
  • Loading branch information
pilhuhn committed Oct 23, 2015
2 parents c55f2bd + 490f29d commit 0ca3c1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ module HawkularMetrics {

let cpuPromises = [];

_.forEach(this.processorList, (res:string) =>{
_.forEach(this.processorList, (res:string) => {

cpuPromises.push(this.HawkularMetric.GaugeMetricData(tenantId).queryMetrics({
gaugeId: res,
Expand Down

0 comments on commit 0ca3c1e

Please sign in to comment.