Skip to content

Commit b31e191

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent d87b30d commit b31e191

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

system/web/routing/Router.cfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ component
3131
inject ="coldbox"
3232
delegate="relocate,runEvent,runRoute";
3333

34-
property name="flash" inject="coldbox:flash";
34+
property name="flash" inject="coldbox:flash";
3535

3636
property name="logBox" inject="logbox";
3737

38-
property name="log" inject="logbox:logger:{this}";
38+
property name="log" inject="logbox:logger:{this}";
3939

4040
property
4141
name ="wirebox"

system/web/services/RoutingService.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
4040
variables.wirebox = controller.getWireBox();
4141

4242
// Routing AppMapping Determinations according to where the ColdBox app and the Web assets are located.
43-
variables.appMapping = controller.getSetting( "AppMapping" );
44-
variables.webMapping = controller.getSetting( "WebMapping" );
43+
variables.appMapping = controller.getSetting( "AppMapping" );
44+
variables.webMapping = controller.getSetting( "WebMapping" );
4545

4646
// Determine the routing app mapping
4747
// This is determined by the following process:
@@ -58,7 +58,7 @@ component extends="coldbox.system.web.services.BaseService" accessors="true" {
5858
controller.setSetting( "routingAppMapping", variables.routingAppMapping );
5959

6060
// Register as an interceptor to listen to pre processes for routing
61-
variables.controller.getInterceptorService().registerInterceptor( interceptorObject : this );
61+
variables.controller.getInterceptorService().registerInterceptor( interceptorObject: this );
6262

6363
// Load the Application Router
6464
loadRouter();

0 commit comments

Comments
 (0)