Skip to content

Commit 6517df1

Browse files
chore: minor formatting/linting
1 parent fe0f4c8 commit 6517df1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/src/main/java/com/lodev09/truesheet/TrueSheetDialog.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TrueSheetDialog(private val reactContext: ThemedReactContext, private val
2424
private var windowAnimation: Int = 0
2525

2626
// First child of the rootSheetView
27-
private val containerView: ViewGroup?
27+
private val containerView: ViewGroup?
2828
get() = if (rootSheetView.childCount > 0) {
2929
rootSheetView.getChildAt(0) as? ViewGroup
3030
} else {
@@ -207,7 +207,6 @@ class TrueSheetDialog(private val reactContext: ThemedReactContext, private val
207207
}
208208
}
209209

210-
211210
/**
212211
* Set the state based for the given size index.
213212
*/

0 commit comments

Comments
 (0)