Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lincoln-lil committed May 16, 2022
1 parent cc925c9 commit 0e07d26
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -39,7 +39,9 @@ import scala.collection.JavaConversions._

@RunWith(classOf[Parameterized])
class AsyncLookupJoinITCase(
legacyTableSource: Boolean, backend: StateBackendMode, objectReuse: Boolean)
legacyTableSource: Boolean,
backend: StateBackendMode,
objectReuse: Boolean)
extends StreamingWithStateTestBase(backend) {

val data = List(
Expand Down

0 comments on commit 0e07d26

Please sign in to comment.