From e68681961705131adb2bb54530f362c2fd183d25 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sun, 6 Sep 2026 15:24:23 +0200 Subject: [PATCH] Remove accidental blank line Co-authored-by: Siegfried Pammer --- ICSharpCode.Decompiler/TypeSystem/NullableType.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ICSharpCode.Decompiler/TypeSystem/NullableType.cs b/ICSharpCode.Decompiler/TypeSystem/NullableType.cs index 87a271df3..bcdb988a3 100644 --- a/ICSharpCode.Decompiler/TypeSystem/NullableType.cs +++ b/ICSharpCode.Decompiler/TypeSystem/NullableType.cs @@ -71,7 +71,6 @@ namespace ICSharpCode.Decompiler.TypeSystem if (nullableTypeDef != null) return new ParameterizedType(nullableTypeDef, new[] { elementType }); else - return nullableType; } }