File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
driver-kotlin-coroutine/src/main/kotlin/com/mongodb/kotlin/client/coroutine
driver-kotlin-sync/src/main/kotlin/com/mongodb/kotlin/client Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,7 @@ public class MongoClient(private val wrapped: JMongoClient) : MongoCluster(wrapp
9090 else MongoDriverInformation .builder(mongoDriverInformation)
9191 return MongoClient (
9292 JMongoClients .create(
93- settings,
94- builder.driverName(" kotlin" ).driverPlatform(" kotlin/${KotlinVersion .CURRENT } " ).build()))
93+ settings, builder.driverName(" kotlin" ).driverPlatform(" kotlin/${KotlinVersion .CURRENT } " ).build()))
9594 }
9695 }
9796
Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ public class MongoClient(private val wrapped: JMongoClient) : MongoCluster(wrapp
8888 else MongoDriverInformation .builder(mongoDriverInformation)
8989 return MongoClient (
9090 JMongoClients .create(
91- settings,
92- builder.driverName(" kotlin" ).driverPlatform(" kotlin/${KotlinVersion .CURRENT } " ).build()))
91+ settings, builder.driverName(" kotlin" ).driverPlatform(" kotlin/${KotlinVersion .CURRENT } " ).build()))
9392 }
9493 }
9594
You can’t perform that action at this time.
0 commit comments