mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:42:56 +08:00
Remove extra braces
This commit is contained in:
parent
4fa038aa27
commit
86581b6451
@ -74,9 +74,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
{
|
||||
var storyboard = new Storyboard();
|
||||
foreach (StreamReader stream in streams)
|
||||
{
|
||||
ParseStoryboard(stream, storyboard);
|
||||
}
|
||||
return storyboard;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user