Skip to content

Commit 7507e46

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 3ab718d commit 7507e46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commands/coldbox/create/resource.cfc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ component extends="coldbox-cli.models.BaseCommand" {
7070
* @specsDirectory Your specs directory. Only used if tests is true
7171
* @api If true, this will generate api resources, else normal html resources
7272
* @force Force the generation of the resource, even if it exists
73-
* @migration Generate the cfmigrations for the entities
74-
* @seeder Generate a mock data seeder for the entitites
75-
* @open Open the resources once created
73+
* @migration Generate the cfmigrations for the entities
74+
* @seeder Generate a mock data seeder for the entitites
75+
* @open Open the resources once created
7676
*/
7777
function run(
7878
required resource,
@@ -99,7 +99,7 @@ component extends="coldbox-cli.models.BaseCommand" {
9999
boolean force = false,
100100
boolean migration = false,
101101
boolean seeder = false,
102-
boolean open = false
102+
boolean open = false
103103
){
104104
// Normalize paths
105105
arguments.specsDirectory = resolvePath( arguments.specsDirectory );

0 commit comments

Comments
 (0)