Skip to content

Commit

Permalink
Fixed code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvanzuylen committed Sep 20, 2016
1 parent 7b48929 commit bf48c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/icapScanFile.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<cfargument name="service" type="string" required="true" />
<cfargument name="file" type="string" required="true" />

<!--- Create a new pass with the specified style --->
<!--- Scan file --->
<cfreturn createObject("component", "icap.Icap").scanFile(argumentCollection = arguments) />
</cffunction>

0 comments on commit bf48c2a

Please sign in to comment.