Skip to content

Commit f85848d

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 33c806a commit f85848d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commands/coldbox/create/app.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ component extends="coldbox-cli.models.BaseCommand" {
9090
boolean docker = true,
9191
boolean vite = false,
9292
boolean rest = false,
93-
boolean cfml = false
93+
boolean cfml = false
9494
){
9595
// Check for wizard argument
9696
if ( arguments.wizard ) {
@@ -104,7 +104,7 @@ component extends="coldbox-cli.models.BaseCommand" {
104104
// Determine language via cfml or boxlang flags
105105
if ( arguments.cfml ) {
106106
arguments.boxlang = false;
107-
if( arguments.skeleton == variables.defaultSkeleton ){
107+
if ( arguments.skeleton == variables.defaultSkeleton ) {
108108
arguments.skeleton = "modern";
109109
}
110110
variables.print.line( "⚡Language set to CFML" ).toConsole()
@@ -404,4 +404,4 @@ component extends="coldbox-cli.models.BaseCommand" {
404404
return variables.templateMap.keyList().listToArray();
405405
}
406406

407-
}
407+
}

0 commit comments

Comments
 (0)