Skip to content

Commit

Permalink
fixup! fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Nov 24, 2024
1 parent 9519618 commit 9579a42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/jrsonnet-cli/src/tla.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,7 @@ impl TlaOpts {
);
}
for ext in &self.tla_code_file {
out.insert(
ext.name.as_str().into(),
TlaArg::Import(ext.path.clone()),
);
out.insert(ext.name.as_str().into(), TlaArg::Import(ext.path.clone()));
}
Ok(out)
}
Expand Down

0 comments on commit 9579a42

Please sign in to comment.