Skip to content

Commit

Permalink
seal class
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Pimentel <lucas.pimentel@datadoghq.com>
  • Loading branch information
vandonr and lucaspimentel authored Oct 31, 2024
1 parent 7dff922 commit 7343c69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Datadog.Trace.ClrProfiler.AutoInstrumentation.AWS.SNS
{
internal class CachedMessageHeadersHelper<TMarkerType> : IMessageHeadersHelper
internal sealed class CachedMessageHeadersHelper<TMarkerType> : IMessageHeadersHelper
{
private const string StringDataType = "Binary";

Expand Down

0 comments on commit 7343c69

Please sign in to comment.