Skip to content

Commit 94bc19c

Browse files
authored
Update MenuBottomSheetDialogFragment.kt
Class formatting fix
1 parent 99a5257 commit 94bc19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reply/app/src/main/java/com/materialstudies/reply/ui/MenuBottomSheetDialogFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import com.materialstudies.reply.R
2828
/**
2929
* A bottom sheet dialog for displaying a simple list of action items.
3030
*/
31-
class MenuBottomSheetDialogFragment: BottomSheetDialogFragment() {
31+
class MenuBottomSheetDialogFragment : BottomSheetDialogFragment() {
3232

3333
private lateinit var navigationView: NavigationView
3434
@MenuRes private var menuResId: Int = 0

0 commit comments

Comments
 (0)