Skip to content

Commit 48dc8e5

Browse files
committed
Fix detekt
1 parent 020078a commit 48dc8e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WooCommerce/src/main/kotlin/com/woocommerce/android/ui/woopos/orders/WooPosOrdersState.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ sealed class WooPosOrdersState {
2828
data class Error(
2929
val message: String,
3030
val pullToRefreshState: WooPosPullToRefreshState = WooPosPullToRefreshState.Disabled,
31-
) : WooPosOrdersState() {
32-
}
31+
) : WooPosOrdersState()
3332

3433
@Immutable
3534
data object Loading : WooPosOrdersState() {

0 commit comments

Comments
 (0)