Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jan 12, 2023
1 parent d6ef985 commit 113e49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ fn main() -> anyhow::Result<()> {
crit!(log,
"The provided input directory lacks a generate_permit_list.json file; this should not happen."
);
bail!("The provided input directory lacks a generate_permit_list.json file; this should not happen.");
bail!("The provided input directory lacks a generate_permit_list.json file; this should not happen.");
}
} // end quant if

Expand Down

0 comments on commit 113e49a

Please sign in to comment.