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 7343c69 commit aa4868e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

Expand Down

0 comments on commit aa4868e

Please sign in to comment.