Verified Commit 2397454b authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Fix invalid `initializer_list` in `declare_group`

parent 5dc54135
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -401,9 +401,9 @@ class Section:
declare_section(
    {keyword},
    sec_type::{required},
    declare_group(
    declare_group({{
        {options}
    )
    }})
)
"""