Skip to content

Commit

Permalink
fix: removing space
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeHerceg authored Aug 30, 2022
1 parent 966551e commit 30a8970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generator-drupal-theme/generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ module.exports = class extends Generator {
const camelThemeName = _.camelCase(this.answers.themeName);
const pascalThemeName = _.startCase(_.camelCase(this.answers.themeName)).replace(/ /g, '');


// pass this object for files that need to be customized
const templateValues = {
title: startThemeName,
Expand Down

0 comments on commit 30a8970

Please sign in to comment.