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 Nov 16, 2023
1 parent 7bda449 commit 40ef1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions tests/specs/logging/LogBoxBuildTests.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ component extends="testbox.system.BaseSpec" {
.getConfig()
.getCategories()
.keyArray()
)
.toInclude( "hello.model" )
.toInclude( "yes.wow.wow" );
).toInclude( "hello.model" ).toInclude( "yes.wow.wow" );
} );
} );
}
Expand Down
2 changes: 1 addition & 1 deletion tests/specs/logging/LogBoxVariousTest.cfc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component extends="coldbox.system.testing.BaseModelTest"{
component extends="coldbox.system.testing.BaseModelTest" {

function setup(){
// Create logbox config
Expand Down

0 comments on commit 40ef1b7

Please sign in to comment.