change lyout of expected final coldfusion test file

This commit is contained in:
Bill Rawlinson 2015-12-21 08:03:40 -05:00
parent c7a792e4f9
commit 149ce5570a
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<cfcomponent output="no"> <cfcomponent output="no">
<cffunction name="init" output="false" returntype="any"> <cffunction name="init" output="false" returntype="any">
<cfscript> <cfscript>
variables.instance = structNew(); variables.instance = structNew();
return this; return this;
</cfscript> </cfscript>
</cffunction> </cffunction>
</cfcomponent> </cfcomponent>