Browse Source

Remove accidental blank line

Co-authored-by: Siegfried Pammer <siegfriedpammer@gmail.com>
pull/4113/head
Daniel Grunwald 1 week ago committed by GitHub
parent
commit
e686819617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ICSharpCode.Decompiler/TypeSystem/NullableType.cs

1
ICSharpCode.Decompiler/TypeSystem/NullableType.cs

@ -71,7 +71,6 @@ namespace ICSharpCode.Decompiler.TypeSystem @@ -71,7 +71,6 @@ namespace ICSharpCode.Decompiler.TypeSystem
if (nullableTypeDef != null)
return new ParameterizedType(nullableTypeDef, new[] { elementType });
else
return nullableType;
}
}

Loading…
Cancel
Save