Skip to content

Commit b0c0bd7

Browse files
committed
to fix formatting
1 parent 064ed09 commit b0c0bd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/main/scala/app/softnetwork/api/server/ApiErrors.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ object ApiErrors extends SchemaDerivation with TapirJson4s {
9999
.example(ApiErrors.ErrorMessage("Test error message"))
100100
)
101101

102-
val oneOfApiErrors
103-
: EndpointOutput.OneOf[ApiErrors.ErrorInfo, ApiErrors.ErrorInfo] =
102+
val oneOfApiErrors: EndpointOutput.OneOf[ApiErrors.ErrorInfo, ApiErrors.ErrorInfo] =
104103
oneOf[ApiErrors.ErrorInfo](
105104
// returns required http code for different types of ErrorInfo.
106105
// For secured endpoint you need to define

0 commit comments

Comments
 (0)