Skip to content

Commit

Permalink
#33 Remove Throws clause
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Oct 5, 2024
1 parent 3cedc15 commit 4a91bc9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Postgres private constructor() : AutoCloseable {
return container.password
}

@Throws(Exception::class)
override fun close() {
container.stop()
container.close()
Expand Down

0 comments on commit 4a91bc9

Please sign in to comment.