Skip to content

Commit

Permalink
Apply cfformat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen authored and github-actions[bot] committed Dec 20, 2024
1 parent 58ec101 commit ee11388
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test-harness/tests/specs/unit/URLServiceTest.cfc
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
component extends="coldbox.system.testing.BaseTestCase" {



function beforeAll(){
super.beforeAll();
try{
try {
variables.envUtil = new coldbox.system.core.delegates.Env();
} catch( any e ){
} catch ( any e ) {
// Coldbox 6
variables.envUtil = new coldbox.system.core.util.Util();
}
Expand Down

0 comments on commit ee11388

Please sign in to comment.