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
90
90
else MongoDriverInformation .builder(mongoDriverInformation)
91
91
return MongoClient (
92
92
JMongoClients .create(
93
- settings,
94
- builder.driverName(" kotlin" ).driverPlatform(" kotlin/${KotlinVersion .CURRENT } " ).build()))
93
+ settings, builder.driverName(" kotlin" ).driverPlatform(" kotlin/${KotlinVersion .CURRENT } " ).build()))
95
94
}
96
95
}
97
96
Original file line number Diff line number Diff line change @@ -88,8 +88,7 @@ public class MongoClient(private val wrapped: JMongoClient) : MongoCluster(wrapp
88
88
else MongoDriverInformation .builder(mongoDriverInformation)
89
89
return MongoClient (
90
90
JMongoClients .create(
91
- settings,
92
- builder.driverName(" kotlin" ).driverPlatform(" kotlin/${KotlinVersion .CURRENT } " ).build()))
91
+ settings, builder.driverName(" kotlin" ).driverPlatform(" kotlin/${KotlinVersion .CURRENT } " ).build()))
93
92
}
94
93
}
95
94
You can’t perform that action at this time.
0 commit comments