🎨 Formatted all the code
This commit is contained in:
@@ -12,7 +12,8 @@ class ChannelDeletion extends StatefulWidget {
|
||||
final Channel channel;
|
||||
final bool isOwned;
|
||||
|
||||
const ChannelDeletion({super.key, required this.channel, required this.isOwned});
|
||||
const ChannelDeletion(
|
||||
{super.key, required this.channel, required this.isOwned});
|
||||
|
||||
@override
|
||||
State<ChannelDeletion> createState() => _ChannelDeletionState();
|
||||
|
Reference in New Issue
Block a user