Skip to content

Commit

Permalink
add space to match current style
Browse files Browse the repository at this point in the history
  • Loading branch information
zanerock committed Aug 13, 2024
1 parent a268b4a commit 39c945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function groupBy (groupByFields, options) {
return handlebars.helpers.each(_groupChildren.call(this, groupByFields, options), options)
}

function groupGlobalsBy(groupByFields, options) {
function groupGlobalsBy (groupByFields, options) {
groupByFields = arrayify(groupByFields)
return handlebars.helpers.each(_groupBy(ddata._globals(options), groupByFields), options)
}
Expand Down

0 comments on commit 39c945f

Please sign in to comment.