Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix ktlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
foratseif committed Aug 7, 2023
1 parent 44a1d22 commit da9c8ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class AdditionalColumnsSpec : Spek({
}
}
}
},)
})

private class AdditionalColumns1Repository(
jdbi: Jdbi,
Expand Down
2 changes: 1 addition & 1 deletion src/test/kotlin/no/liflig/dddaggregates/ExampleSpec.kt
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ object ExampleSpec : Spek({
verifyJsonSnapshot("Example.json", repository.toJson(agg))
}
}
},)
})
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ object OutboxSpec : Spek({
}
}
}
},)
})

private suspend fun <T> EventOutboxForwarderWorker.withDaemon(block: suspend () -> T): T {
start()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ktlint-disable max-line-length
/* ktlint-disable max-line-length */
package no.liflig.dddaggregates.event

import arrow.core.getOrHandle
Expand Down Expand Up @@ -82,4 +82,4 @@ object SnsEventPublisherSpec : Spek({
}
}
}
},)
})
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ object SqsEventWorkerSpec : Spek({
}
}
}
},)
})

0 comments on commit da9c8ba

Please sign in to comment.