mirror of
https://github.com/ppy/osu
synced 2024-12-18 04:46:09 +00: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)
|
||||
{
|
||||
var extension = Path.GetExtension(tasks.First().Path)?.ToLowerInvariant();
|
||||
var extension = Path.GetExtension(tasks.First().Path).ToLowerInvariant();
|
||||
|
||||
foreach (var importer in fileImporters)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user