Skip to content

Commit

Permalink
Apply cfformat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano authored and github-actions[bot] committed Mar 20, 2024
1 parent 3ab718d commit 7507e46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commands/coldbox/create/resource.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ component extends="coldbox-cli.models.BaseCommand" {
* @specsDirectory Your specs directory. Only used if tests is true
* @api If true, this will generate api resources, else normal html resources
* @force Force the generation of the resource, even if it exists
* @migration Generate the cfmigrations for the entities
* @seeder Generate a mock data seeder for the entitites
* @open Open the resources once created
* @migration Generate the cfmigrations for the entities
* @seeder Generate a mock data seeder for the entitites
* @open Open the resources once created
*/
function run(
required resource,
Expand All @@ -99,7 +99,7 @@ component extends="coldbox-cli.models.BaseCommand" {
boolean force = false,
boolean migration = false,
boolean seeder = false,
boolean open = false
boolean open = false
){
// Normalize paths
arguments.specsDirectory = resolvePath( arguments.specsDirectory );
Expand Down

0 comments on commit 7507e46

Please sign in to comment.