Skip to content

Commit

Permalink
fix: spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Nov 26, 2024
1 parent 868cb01 commit 6eddcea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import org.springframework.http.ProblemDetail
import org.springframework.http.ResponseEntity
import java.net.URI

const val DEFAULT_DETAIL = "If you have difficulty identifying the exact cause of the error," +
"please check the list of some usual causes on https://stellio.readthedocs.io/en/latest/TROUBLESHOOT.html." +
"If the error is still not clear or if you think it is a bug, feel free to open an issue on" +
const val DEFAULT_DETAIL = "If you have difficulty identifying the exact cause of the error, " +
"please check the list of some usual causes on https://stellio.readthedocs.io/en/latest/TROUBLESHOOT.html . " +
"If the error is still not clear or if you think it is a bug, feel free to open an issue on " +
"https://github.com/stellio-hub/stellio-context-broker"

sealed class APIException(
Expand Down

0 comments on commit 6eddcea

Please sign in to comment.