mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 05:52:56 +08:00
Fix CI inspections.
This commit is contained in:
parent
9d89069245
commit
cc0442a9a1
@ -397,7 +397,7 @@ namespace osu.Game
|
|||||||
|
|
||||||
public virtual async Task Import(params ImportTask[] tasks)
|
public virtual async Task Import(params ImportTask[] tasks)
|
||||||
{
|
{
|
||||||
var extension = Path.GetExtension(tasks.First().Path)?.ToLowerInvariant();
|
var extension = Path.GetExtension(tasks.First().Path).ToLowerInvariant();
|
||||||
|
|
||||||
foreach (var importer in fileImporters)
|
foreach (var importer in fileImporters)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user