Skip to content

Commit

Permalink
#21 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed Apr 21, 2023
1 parent ec6d665 commit 24283a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import scala.util.{Failure, Try, Success}
@ConstructorBinding
@ConfigurationProperties(prefix = "logingw.rest.jwt")
case class JwtConfig(
algName: String,
expTime: Int
) extends ConfigValidatable {
algName: String,
expTime: Int
) extends ConfigValidatable {

@PostConstruct
def init() {
Expand Down

0 comments on commit 24283a8

Please sign in to comment.