Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Oct 9, 2024
1 parent a878743 commit bd7d335
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,9 @@ fn main() -> anyhow::Result<()> {
.parse()?
.assemble()?
.batchpatch_labels()
.build_binary(if output_file_name.ends_with(".fxf") { BinaryType::Fxf } else { BinaryType::Flat })
.build_binary(if output_file_name.ends_with(".fxf") {
BinaryType::Fxf
} else {
BinaryType::Flat
})
}

0 comments on commit bd7d335

Please sign in to comment.