Skip to content

Commit 160c8e8

Browse files
Copilotxerial
andcommitted
internal: format RateLimiterJVMTest.scala with scalafmt
Co-authored-by: xerial <[email protected]>
1 parent 98a26ae commit 160c8e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

airframe-control/.jvm/src/test/scala/wvlet/airframe/control/RateLimiterJVMTest.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import wvlet.airspec.AirSpec
1717
import java.util.concurrent.atomic.AtomicInteger
1818

1919
/**
20-
* JVM-specific tests for RateLimiter that use java.lang.Thread
21-
*/
20+
* JVM-specific tests for RateLimiter that use java.lang.Thread
21+
*/
2222
class RateLimiterJVMTest extends AirSpec {
2323

2424
test("handle concurrent access") {
@@ -41,4 +41,4 @@ class RateLimiterJVMTest extends AirSpec {
4141

4242
counter.get() shouldBe threads * acquisitionsPerThread
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)