Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82a6824

Browse files
committedJun 10, 2024·
Restyle
1 parent 3acac04 commit 82a6824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/app/interaction-model/MetadataTypes.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ struct AttributeEntry
8585

8686
enum class CommandQualityFlags : uint32_t
8787
{
88-
kFabricScoped = 0x0001,
89-
kTimed = 0x0002, // `T` quality on commands
88+
kFabricScoped = 0x0001,
89+
kTimed = 0x0002, // `T` quality on commands
9090
};
9191

9292
struct CommandInfo

0 commit comments

Comments
 (0)
Please sign in to comment.