Skip to content

Commit e954e73

Browse files
committed
refactor: "" -> string.Empty
1 parent f473eb7 commit e954e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetricServerOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class MetricServerOptions
4848
/// <summary>
4949
/// Metric prefix for Default collectors
5050
/// </summary>
51-
public string MetricPrefixName { get; set; } = "";
51+
public string MetricPrefixName { get; set; } = string.Empty;
5252

5353
/// <summary>
5454
/// Add legacy metrics to Default collectors

0 commit comments

Comments
 (0)