Skip to content

Commit c94511a

Browse files
16bit-ykikoclaude
andcommitted
style: format virtual_schema.h
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 146f25d commit c94511a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eventide/serde/schema/virtual_schema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ struct enum_values_as_i64 {
645645
/// Breaks self-referential constexpr cycles via declaration/definition separation.
646646
template <typename V, typename Config>
647647
struct struct_info_node {
648-
static const struct_type_info value;
648+
const static struct_type_info value;
649649
};
650650

651651
} // namespace detail

0 commit comments

Comments
 (0)