Skip to content

Commit

Permalink
Merge pull request #632 from sunng87/revert-630-fix/turn-off-chain-fi…
Browse files Browse the repository at this point in the history
…eld-of-helper-template

Revert "refactor: turn off pub access of chain in HelperTemplate"
  • Loading branch information
sunng87 committed Feb 1, 2024
2 parents 6cb6698 + f45c3b7 commit 63c3a4e
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,
chain: bool,
pub chain: bool,
}

impl HelperTemplate {
Expand Down

0 comments on commit 63c3a4e

Please sign in to comment.