mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 06:45:37 +08:00
Move statement to a new line
This commit is contained in:
parent
fb8ea770ae
commit
81786c4763
@ -54,7 +54,8 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
{
|
{
|
||||||
if (changelogChart != null)
|
if (changelogChart != null)
|
||||||
foreach (BuildHistory buildHistory in changelogChart.BuildHistory)
|
foreach (BuildHistory buildHistory in changelogChart.BuildHistory)
|
||||||
if (buildHistory.UserCount > 0) return false;
|
if (buildHistory.UserCount > 0)
|
||||||
|
return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user