Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Sep 6, 2024
1 parent 7aaef4e commit 64832d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/mockutils/MockGenerator.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ component accessors="true" {
* @templatePath The template path to include
*/
private function $include( required string templatePath ){
cfinclude( template="#arguments.templatePath#" );
cfinclude( template = "#arguments.templatePath#" );
}

}

0 comments on commit 64832d6

Please sign in to comment.