Skip to content

Commit

Permalink
FLOE-437: whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Feb 1, 2016
1 parent 2e28b0b commit 6dac6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js/chartAuthoringTests.js
Expand Up @@ -197,7 +197,7 @@ https://raw.githubusercontent.com/fluid-project/chartAuthoring/master/LICENSE.tx
// For looping pieDataSet in parallel
var indexCounter = 0;

fluid.each(dataEntryPanelDataSet, function(dataEntryPanelData,key) {
fluid.each(dataEntryPanelDataSet, function (dataEntryPanelData, key) {

// Don't compare if the dataEntryPanelData has the default blank
// values (these don't get relayed)
Expand Down

0 comments on commit 6dac6ef

Please sign in to comment.