From 8796fb1550dcc983b785c64c73a116186b75aeba Mon Sep 17 00:00:00 2001 From: Sentry Github Bot Date: Sun, 25 Feb 2024 11:09:34 +0000 Subject: [PATCH] Format code --- src/Sentry/DynamicSampler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sentry/DynamicSampler.cs b/src/Sentry/DynamicSampler.cs index 5192dbbb6d..cc5503df60 100644 --- a/src/Sentry/DynamicSampler.cs +++ b/src/Sentry/DynamicSampler.cs @@ -7,7 +7,7 @@ namespace Sentry; /// /// Custom sampler that adjusts the sample rate based on the number of discarded envelopes and open queue slots. /// -public class DynamicSampler: IDisposable +public class DynamicSampler : IDisposable { private readonly SentryOptions _options; private readonly int _envelopesDiscardedThreshold;