Skip to content

Commit

Permalink
Merge pull request #630 from sunng87/fix/turn-off-chain-field-of-help…
Browse files Browse the repository at this point in the history
…er-template

refactor: turn off pub access of chain in HelperTemplate
  • Loading branch information
sunng87 committed Jan 18, 2024
2 parents f07f6fc + c1a4aef commit 94d9211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.rs
Expand Up @@ -136,7 +136,7 @@ pub struct HelperTemplate {
pub template: Option<Template>,
pub inverse: Option<Template>,
pub block: bool,
pub chain: bool,
chain: bool,
}

impl HelperTemplate {
Expand Down

0 comments on commit 94d9211

Please sign in to comment.