Skip to content

Commit e71f28a

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 6a4941c commit e71f28a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/specs/async/ExecutorServicesSpec.cfc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ component extends="BaseAsyncSpec" {
7070
title: "can create a virtual thread executor",
7171
skip : (
7272
(
73-
server.keyExists( "coldfusion" ) && server.coldfusion.productName.findNoCase( "ColdFusion" )
73+
server.keyExists( "coldfusion" ) && server.coldfusion.productName.findNoCase(
74+
"ColdFusion"
75+
)
7476
) ||
7577
( variables.javaMajorVersion < 21 )
7678
),

tests/specs/async/executors/ExecutorsSpec.cfc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ component extends="tests.specs.async.BaseAsyncSpec" {
5050
title: "can create a virtual thread executor",
5151
skip : (
5252
(
53-
server.keyExists( "coldfusion" ) && server.coldfusion.productName.findNoCase( "ColdFusion" )
53+
server.keyExists( "coldfusion" ) && server.coldfusion.productName.findNoCase(
54+
"ColdFusion"
55+
)
5456
) ||
5557
( variables.javaMajorVersion < 21 )
5658
),

0 commit comments

Comments
 (0)