change lyout of expected final coldfusion test file
This commit is contained in:
parent
c7a792e4f9
commit
149ce5570a
|
@ -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>
|
Loading…
Reference in New Issue