Skip to content

Commit

Permalink
refactor: code-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Oct 2, 2020
1 parent efc316a commit c7655a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth/src/commonMain/kotlin/com/liftric/auth/AuthHandler.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import io.ktor.http.*
import io.ktor.utils.io.core.*
import kotlinx.serialization.SerializationException

class UserNotFoundException(message:String): Exception(message)
class NotAuthorizedException(message:String): Exception(message)
class UserNotFoundException(message: String) : Exception(message)
class NotAuthorizedException(message: String) : Exception(message)

/**
* AWS Cognito authentication client
Expand Down

0 comments on commit c7655a5

Please sign in to comment.