Skip to content

Commit

Permalink
style: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-damocles committed Dec 31, 2024
1 parent 2d779cd commit 4bd8578
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ part 'conversation_message_management_provider.c.g.dart';

@Riverpod(keepAlive: true)
Future<Raw<ConversationMessageManagementService>> conversationMessageManagementService(
Ref ref,) async {
Ref ref,
) async {
final eventSigner = await ref.watch(currentUserNostrEventSignerProvider.future);

return ConversationMessageManagementService(
Expand Down

0 comments on commit 4bd8578

Please sign in to comment.