Skip to content

Commit

Permalink
106-tags-crud: fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
ikovalyov committed Jul 14, 2024
1 parent 6330878 commit 2b9b71b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@ internal class TemplatesRepositoryTest : TestPropertyProvider {
assert(response.table().tableName() == templatesRepository.tableName)
}

override fun getProperties(): MutableMap<String, String> {
return mutableMapOf("blog.aws.endpoint" to localstack.endpoint.toString())
}
override fun getProperties(): MutableMap<String, String> = mutableMapOf("blog.aws.endpoint" to localstack.endpoint.toString())
}

0 comments on commit 2b9b71b

Please sign in to comment.