Skip to content

Commit

Permalink
代码格式fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaodice authored Mar 21, 2024
1 parent c609bd1 commit 9190808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ internal class GroupNotificationProcessor(
return if (this == bot.id.toString()) {
group.botAsMember
} else {
this.findMember()?: this.findFriendOrStranger()
this.findMember() ?: this.findFriendOrStranger()
}
}

Expand Down

0 comments on commit 9190808

Please sign in to comment.