Skip to content

Commit 484f16b

Browse files
elpetelmajano
authored andcommitted
Apply cfformat changes
1 parent 3b00f0a commit 484f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/web/context/Response.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ component accessors="true" {
331331
/**
332332
* This is a no-op since newer servlet specs do not support setting the status text
333333
*/
334-
Response function setStatusText() {
334+
Response function setStatusText(){
335335
return this;
336336
}
337337

0 commit comments

Comments
 (0)