Skip to content

Commit a9e8de9

Browse files
authored
Merge pull request #4 from johanbassonee/http4k-example
Fix code formatting
2 parents 154d889 + 1a8c46a commit a9e8de9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ bin/
4141
### Mac OS ###
4242
.DS_Store
4343

44-
CLAUDE.md
44+
CLAUDE.md
45+
*/logs/*

http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import org.hamcrest.Matchers.equalTo
1111
import org.hamcrest.Matchers.hasItem
1212
import org.hamcrest.Matchers.notNullValue
1313
import java.time.Instant
14-
import java.util.*
14+
import java.util.Date
15+
import java.util.UUID
1516

1617
class GetUsersIntegrationTest : BaseIntegrationTest() {
1718
private fun getValidToken(): String {

0 commit comments

Comments
 (0)