Skip to content

Commit f938cac

Browse files
committed
style: reformat
1 parent f0d4417 commit f938cac

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

data/src/main/java/io/github/sds100/keymapper/data/entities/ConstraintEntity.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ data class ConstraintEntity(
6060

6161
const val PHYSICAL_ORIENTATION_PORTRAIT = "constraint_physical_orientation_portrait"
6262
const val PHYSICAL_ORIENTATION_LANDSCAPE = "constraint_physical_orientation_landscape"
63-
const val PHYSICAL_ORIENTATION_PORTRAIT_INVERTED = "constraint_physical_orientation_portrait_inverted"
64-
const val PHYSICAL_ORIENTATION_LANDSCAPE_INVERTED = "constraint_physical_orientation_landscape_inverted"
63+
const val PHYSICAL_ORIENTATION_PORTRAIT_INVERTED =
64+
"constraint_physical_orientation_portrait_inverted"
65+
const val PHYSICAL_ORIENTATION_LANDSCAPE_INVERTED =
66+
"constraint_physical_orientation_landscape_inverted"
6567

6668
const val FLASHLIGHT_ON = "flashlight_on"
6769
const val FLASHLIGHT_OFF = "flashlight_off"

0 commit comments

Comments
 (0)