Skip to content

Commit cb40b4c

Browse files
HMA-11620 - Fix Detekt
1 parent 37cd2c3 commit cb40b4c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • components-compose/src/main/java/uk/gov/hmrc/components/compose/organism/menu

components-compose/src/main/java/uk/gov/hmrc/components/compose/organism/menu/MenuPanelRowView.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import androidx.compose.foundation.layout.Box
2424
import androidx.compose.foundation.layout.Column
2525
import androidx.compose.foundation.layout.Row
2626
import androidx.compose.foundation.layout.Spacer
27-
import androidx.compose.foundation.layout.fillMaxSize
2827
import androidx.compose.foundation.layout.fillMaxWidth
2928
import androidx.compose.foundation.layout.padding
3029
import androidx.compose.foundation.layout.size
@@ -187,4 +186,4 @@ fun MenuPanelRowViewPreview() {
187186
)
188187
}
189188
}
190-
}
189+
}

0 commit comments

Comments
 (0)