Skip to content

Commit

Permalink
Restart CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
anstadnik committed May 24, 2024
1 parent 3eff62f commit 0971987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/model/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl<'a> CowMultLangFsExt<'a> for Cow<'a, MultilangFs> {
fn get_state(self, ctx: &FAContext) -> Result<Cow<'a, Fs>> {
let err_lang = anyhow!("No such lang: {}", ctx.lang);
let err_ctx = |key| move || anyhow!("Cannot find {key} for context {:?}", ctx.context);

match self {
Cow::Borrowed(v) => {
Ok(Cow::Borrowed(ctx.context.iter().try_fold(
Expand Down

0 comments on commit 0971987

Please sign in to comment.