mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
Applied codestyle to all .cs files
This commit is contained in:
@@ -10,7 +10,5 @@ public class PollVote : DbEntity
|
||||
=> UserId.GetHashCode();
|
||||
|
||||
public override bool Equals(object obj)
|
||||
=> obj is PollVote p
|
||||
? p.UserId == UserId
|
||||
: false;
|
||||
}
|
||||
=> obj is PollVote p ? p.UserId == UserId : false;
|
||||
}
|
Reference in New Issue
Block a user