Skip to content

Commit 1ebd4e0

Browse files
committed
Replace with string.Empty
1 parent aa7ebb2 commit 1ebd4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.RegexAssistant/QuantifierExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static string HumanReadable(this Quantifier quant)
3131
}
3232
return string.Format(AssistantResources.Quantifier_ClosedRange, quant.MinimumMatches, quant.MaximumMatches);
3333
}
34-
return "";
34+
return string.Empty;
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)