Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
kmruiz committed May 23, 2024
1 parent ebd46ac commit 206d19c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import org.junit.jupiter.api.Test
class DataGripBasedReadModelProviderTest {
@Test
fun `can query a slice and returns the result`(
project: Project,
dataSource: LocalDataSource,
version: MongoDbVersion
) {
project: Project,
dataSource: LocalDataSource,
version: MongoDbVersion
) {
val service = project.getService(DataGripBasedReadModelProvider::class.java)
val info = service.slice(dataSource, BuildInfo.Slice)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class Namespace private constructor(val database: String, val collection: String

companion object {
operator fun invoke(database: String, collection: String): Namespace = Namespace(
Encode.forJavaScript(database),
Encode.forJavaScript(collection)
)
Encode.forJavaScript(database),
Encode.forJavaScript(collection)
)
}
}

Expand Down

0 comments on commit 206d19c

Please sign in to comment.