Get rid of trailing unnamed parameters (#98)
This commit is contained in:
Родитель
a1bee62a48
Коммит
d68420746a
|
@ -185,7 +185,7 @@ namespace SourcemapToolkit.SourcemapParser
|
|||
sources: sources.ToList(),
|
||||
names: names.ToList(),
|
||||
parsedMappings: parsedMappings,
|
||||
new List<string>());
|
||||
sourcesContent: new List<string>());
|
||||
|
||||
return newSourceMap;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче