Skip to content

Commit

Permalink
Rename makeReportCode
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Sarson <[email protected]>
  • Loading branch information
lydell and harrysarson authored Oct 26, 2020
1 parent a773ff4 commit 77e99f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function makeOptsCode(
`.trim();
}

function makeReportCode(report) {
function generateElmReportVariant(report) {
switch (report) {
case 'json':
return 'JsonReport';
Expand Down

0 comments on commit 77e99f9

Please sign in to comment.