Skip to content

Commit de7e3f1

Browse files
greghuelsCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2ef1cf3 commit de7e3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tracer/src/Datadog.Trace/FeatureFlags

tracer/src/Datadog.Trace/FeatureFlags/SemVer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static bool TryParse(string version, out ParsedSemVer result)
2525
{
2626
result = default;
2727

28-
if (string.IsNullOrEmpty(version))
28+
if (StringUtil.IsNullOrEmpty(version))
2929
{
3030
return false;
3131
}

0 commit comments

Comments
 (0)