Skip to content

Commit 35e39e4

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent e71c4f9 commit 35e39e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

system/web/routing/Router.cfc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ component
185185
}
186186

187187
/**
188-
* Helper to avoid break issues when upgrading
189-
*/
190-
function setFullRewrites(){
191-
variables.log.warn( "The setFullRewrites() method on the router is removed and deprecated since version 6. Please do not use anymore" );
192-
}
188+
* Helper to avoid break issues when upgrading
189+
*/
190+
function setFullRewrites(){
191+
variables.log.warn( "The setFullRewrites() method on the router is removed and deprecated since version 6. Please do not use anymore" );
192+
}
193193

194194
/**
195195
* This method is called by the Routing Services to make sure the router is ready for operation.

0 commit comments

Comments
 (0)