Skip to content

Commit

Permalink
Fix CodeStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
marychatte committed Dec 20, 2022
1 parent 27727e6 commit e96686e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ class CachingHeadersTest {
}
)

object Immutable: CacheControl(null) {
object Immutable : CacheControl(null) {
override fun toString(): String = "immutable"
}

Expand Down

0 comments on commit e96686e

Please sign in to comment.