mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:43:20 +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();
|
var storyboard = new Storyboard();
|
||||||
foreach (StreamReader stream in streams)
|
foreach (StreamReader stream in streams)
|
||||||
{
|
|
||||||
ParseStoryboard(stream, storyboard);
|
ParseStoryboard(stream, storyboard);
|
||||||
}
|
|
||||||
return storyboard;
|
return storyboard;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user