Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit b980b4f

Browse files
author
Nick Rout
committed
Apply spotless
1 parent f5039a3 commit b980b4f

File tree

1 file changed

+2
-1
lines changed
  • core/src/main/java/com/google/android/material/composethemeadapter/core

1 file changed

+2
-1
lines changed

core/src/main/java/com/google/android/material/composethemeadapter/core/ResourceUtils.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ fun parseTextAppearance(
100100
},
101101
fontSize = a.parseTextUnit(R.styleable.ComposeThemeAdapterTextAppearance_android_textSize, density),
102102
lineHeight = run {
103-
a.parseTextUnit(R.styleable.ComposeThemeAdapterTextAppearance_lineHeight, density,
103+
a.parseTextUnit(
104+
R.styleable.ComposeThemeAdapterTextAppearance_lineHeight, density,
104105
fallbackTextUnit = a.parseTextUnit(
105106
R.styleable.ComposeThemeAdapterTextAppearance_android_lineHeight, density
106107
)

0 commit comments

Comments
 (0)