Skip to content

Commit 8f58888

Browse files
committed
fixed rustfmt error
1 parent 74eefbe commit 8f58888

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/bin/tectonic/v2cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ impl BuildCommand {
266266
setup_options.only_cached(self.only_cached);
267267

268268
for output_name in doc.output_names() {
269-
270269
// Added checking to see if the output name matches the specified target name
271270
if let Some(out) = self.target.clone() {
272271
if out != output_name {

0 commit comments

Comments
 (0)