Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
TFT17 committed Mar 7, 2024
1 parent 172bca0 commit d8b06e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/test/scala/Fs2GrpcSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import munit._

class Fs2GrpcSuite extends CatsEffectSuite with CatsEffectFunFixtures {


private val parasiticExecutionContext = new ExecutionContext {
def execute(runnable: Runnable): Unit = runnable.run()
def reportFailure(cause: Throwable): Unit = cause.printStackTrace()
Expand Down

0 comments on commit d8b06e1

Please sign in to comment.