We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8069ab commit f68dba9Copy full SHA for f68dba9
1 file changed
FTMS.NET/Data/SingleFrameStrategy.cs
@@ -4,7 +4,7 @@
4
using System;
5
using System.Collections.Immutable;
6
7
-internal class SingleFrameStrategy
+internal sealed class SingleFrameStrategy
8
{
9
public required int FlagFieldLength { get; init; }
10
@@ -26,7 +26,7 @@ internal enum RawValueType
26
Double
27
}
28
29
-internal record SingleValueRule(
+internal sealed record SingleValueRule(
30
Guid ValueUuid,
31
bool CheckIfBitIsSet,
32
int BitPosition,
0 commit comments