removed redundant line of code

This commit is contained in:
daver32
2021-06-17 18:07:33 +02:00
parent 73b82d676e
commit 233cbf782b
@@ -22,8 +22,6 @@ namespace InterfaceGenerator
IEnumerable<T> values,
Action<TextWriter, T> writeAction)
{
string.Join("", Enumerable.Empty<string>());
using var enumerator = values.GetEnumerator();
if (!enumerator.MoveNext())