Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Nov 16, 2023
1 parent ee5ef55 commit a468c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/javascripts/discourse/helpers/wizard-char-counter.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export default function wizardCharCounter(body, maxLength) {
})}</div>`;
}

return new Handlebars.SafeString(finalString);
};
return new Handlebars.SafeString(finalString);
}

0 comments on commit a468c2c

Please sign in to comment.