Skip to content

Commit

Permalink
Update alignment based on linting rule changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjorbin committed Dec 20, 2023
1 parent c3d4249 commit 0dd7710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/map_old_to_new_file_path.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const grunt = require( 'grunt' );
/**
* Replaces file names in the passed filePath with the file names in the fileMappings.
*
* @param {string} filePath The path to the file where the filenames should be replaced.
* @param {string} filePath The path to the file where the filenames should be replaced.
* @param {Object} fileMappings The file names to replace and the file names they should be replaced with.
*
* @return {void}
Expand Down

0 comments on commit 0dd7710

Please sign in to comment.