Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
remove unwanted comments and add space
  • Loading branch information
thebedigupta authored Oct 9, 2024
1 parent c83011d commit cda6448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/generator/lib/hooksRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports.registerHooks = async (hooks, templateConfig, templateDir, hooksD
* @param {Object} hooks Object that stores information about all available hook functions grouped by the type of the hook.
* @param {String} templateDir Directory where template is located.
* @param {String} hooksDir Directory where local hooks are located.
* @returns {Promise<Object>} - A promise that resolves to the updated hooks object.
*/
async function registerLocalHooks(hooks, templateDir, hooksDir) {
return new Promise((resolve, reject) => {
Expand Down Expand Up @@ -61,6 +60,7 @@ async function registerLocalHooks(hooks, templateDir, hooksDir) {
});
});
}

/**
* Loads the template hooks provided in template config.
* @private
Expand Down

0 comments on commit cda6448

Please sign in to comment.