mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Removed redundant semicolons from code.
This commit is contained in:
@@ -368,7 +368,7 @@ QString UserData::username() const {
|
||||
}
|
||||
|
||||
QString UserData::editableUsername() const {
|
||||
return _username.editableUsername();;
|
||||
return _username.editableUsername();
|
||||
}
|
||||
|
||||
const std::vector<QString> &UserData::usernames() const {
|
||||
|
Reference in New Issue
Block a user