Skip to content

Commit

Permalink
Fix IDE0032
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Oct 29, 2024
1 parent 51af22d commit 9190ea4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ static Transport()
Configure();
}

internal static bool IsAvailable
{
get { return isConfigured && Client != null; }
}
internal static bool IsAvailable => isConfigured && Client != null;

internal static InstanaHttpClient? Client { get; set; }

Expand Down

0 comments on commit 9190ea4

Please sign in to comment.