mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix CI inspections.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user