1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 18:07:24 +08:00

Remove redundant empty switch section

This commit is contained in:
Andrei Zavatski 2020-01-30 13:01:40 +03:00
parent 29ba82ee44
commit a7a3372a98

View File

@ -214,9 +214,6 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
addText($"{activity.User?.PreviousUsername} has changed their username to "); addText($"{activity.User?.PreviousUsername} has changed their username to ");
addUserLink(); addUserLink();
break; break;
default:
break;
} }
} }
} }