privatize coding keys

This commit is contained in:
Kyle Matthew Hedden 2020-05-11 12:04:06 -04:00
parent 72f1d48eeb
commit a19003f240

View File

@ -54,7 +54,7 @@ class ScreenBrightnessModifierBehavior: PageVisibilityBehavior {
//MARK:- Codable
enum CodingKeys: String, CodingKey {
private enum CodingKeys: String, CodingKey {
case screenBrightness
}