From 64832d6c82a237f3333abe1d8fd4a29dcd26f63c Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Fri, 6 Sep 2024 10:10:21 -0600 Subject: [PATCH] Formatting --- system/mockutils/MockGenerator.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/mockutils/MockGenerator.cfc b/system/mockutils/MockGenerator.cfc index 1269934..5af0ba1 100644 --- a/system/mockutils/MockGenerator.cfc +++ b/system/mockutils/MockGenerator.cfc @@ -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#" ); } }