RCS0056 - roslynator_max_line_length = 180
This commit is contained in:
committed by
Matthias Mailänder
parent
822a29aa76
commit
9d5d2ab493
@@ -463,7 +463,8 @@ namespace OpenRA
|
||||
}
|
||||
catch (ArgumentException)
|
||||
{
|
||||
throw new YamlException($"{n.Location}: Parent type `{n.Value.Value}` was already inherited by this yaml tree at {inherited[n.Value.Value]} (note: may be from a derived tree)");
|
||||
throw new YamlException(
|
||||
$"{n.Location}: Parent type `{n.Value.Value}` was already inherited by this yaml tree at {inherited[n.Value.Value]} (note: may be from a derived tree)");
|
||||
}
|
||||
|
||||
foreach (var r in ResolveInherits(parent, tree, inherited))
|
||||
|
||||
Reference in New Issue
Block a user