Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sampottinger committed Sep 9, 2024
1 parent 749e456 commit 8db178b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const GOALS = {
ghg: "ghg",
primaryProduction: "primaryProduction",
secondaryProduction: "secondaryProduction",
consumptionPackagingMT: "consumptionPackagingMT"
consumptionPackagingMT: "consumptionPackagingMT",
};

const STANDARD_ATTR_NAMES = new Map();
Expand Down
2 changes: 1 addition & 1 deletion js/sim_presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const STANDALONE_X_TITLES = {
"ghg": "Global Gross GHG (CO2e Mt)",
"primaryProduction": "Primary Production (Mt)",
"secondaryProduction": "Secondary Production (Mt)",
"consumptionPackagingMT": "Packaging Consumption (Mt)"
"consumptionPackagingMT": "Packaging Consumption (Mt)",
};

/**
Expand Down

0 comments on commit 8db178b

Please sign in to comment.