Skip to content

Commit

Permalink
apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Jan 23, 2024
1 parent 9f7d7a9 commit 31d5249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spring-dependencyManagement = { id = "io.spring.dependency-management", version.
jacocoReportAggregation = { id = "jacoco-report-aggregation" }
jacoco = { id = "jacoco" }
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.16.0" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.1.1" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.2.0" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
knit = { id = "org.jetbrains.kotlinx:kotlinx-knit", version.ref = "knit" }
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MigrationCollection<TConnection> {
inline fun <
reified TOld : DatabaseMigration<TConnection>,
reified TNew : DatabaseMigration<TConnection>
> replace(): MigrationCollection<TConnection> =
> replace(): MigrationCollection<TConnection> =
this.replace(TOld::class, TNew::class.createInstance()).let { this }

/**
Expand Down

0 comments on commit 31d5249

Please sign in to comment.