Skip to content

Commit 9579a42

Browse files
committed
fixup! fmt
1 parent 9519618 commit 9579a42

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/jrsonnet-cli/src/tla.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ impl TlaOpts {
4747
);
4848
}
4949
for ext in &self.tla_code_file {
50-
out.insert(
51-
ext.name.as_str().into(),
52-
TlaArg::Import(ext.path.clone()),
53-
);
50+
out.insert(ext.name.as_str().into(), TlaArg::Import(ext.path.clone()));
5451
}
5552
Ok(out)
5653
}

0 commit comments

Comments
 (0)