Skip to content

Commit f68dba9

Browse files
committed
seal up
1 parent f8069ab commit f68dba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FTMS.NET/Data/SingleFrameStrategy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System;
55
using System.Collections.Immutable;
66

7-
internal class SingleFrameStrategy
7+
internal sealed class SingleFrameStrategy
88
{
99
public required int FlagFieldLength { get; init; }
1010

@@ -26,7 +26,7 @@ internal enum RawValueType
2626
Double
2727
}
2828

29-
internal record SingleValueRule(
29+
internal sealed record SingleValueRule(
3030
Guid ValueUuid,
3131
bool CheckIfBitIsSet,
3232
int BitPosition,

0 commit comments

Comments
 (0)