Skip to content

Commit

Permalink
fixes ReactDefaultPerf.getMeasurementsSummaryMap format style
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Lacerda de Miranda committed Sep 24, 2014
1 parent 486c69b commit 792b84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ReactDefaultPerf.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var ReactDefaultPerf = {
);
},

getMeasurementsSummaryMap: function(measurements){
getMeasurementsSummaryMap: function(measurements) {
var summary = ReactDefaultPerfAnalysis.getInclusiveSummary(
measurements,
true
Expand Down

0 comments on commit 792b84c

Please sign in to comment.