Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 20, 2024
1 parent 1b620e8 commit 3d201b0
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ abstract class MockApiTest {
}

private fun createEndpoint(port: Int): ApiEndpointOverride {
return ApiEndpointOverride(
InetAddress.getLocalHost().hostName,
port,
disableTls = true,
)
return ApiEndpointOverride(InetAddress.getLocalHost().hostName, port, disableTls = true)
}
}

0 comments on commit 3d201b0

Please sign in to comment.