Skip to content

Commit 64a328c

Browse files
committed
fix style
1 parent 7d88341 commit 64a328c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/io/github/sds100/keymapper/constraints/ConstraintUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object ConstraintUtils {
4646

4747
ConstraintId.ORIENTATION_90,
4848
ConstraintId.ORIENTATION_270,
49-
-> ComposeIconInfo.Vector(Icons.Outlined.StayCurrentLandscape)
49+
-> ComposeIconInfo.Vector(Icons.Outlined.StayCurrentLandscape)
5050

5151
ConstraintId.ORIENTATION_LANDSCAPE -> ComposeIconInfo.Vector(Icons.Outlined.StayCurrentLandscape)
5252
ConstraintId.ORIENTATION_PORTRAIT -> ComposeIconInfo.Vector(Icons.Outlined.StayCurrentPortrait)

0 commit comments

Comments
 (0)