Skip to content

Commit

Permalink
This internal case class should be final
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <[email protected]>
  • Loading branch information
alejandrohdezma authored Nov 6, 2024
1 parent 45c1ce1 commit 4d27f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class TypeTokenSuite extends CatsEffectSuite with Http4sMUnitSyntax {
assertIO(result, AccessToken.noop)
}

private case class Config(tokenType: TokenType)
final private case class Config(tokenType: TokenType)

implicit private val ConfigConfigReader: ConfigReader[Config] = ConfigReader.forProduct1("token-type")(Config.apply)

Expand Down

0 comments on commit 4d27f02

Please sign in to comment.