Skip to content

Commit

Permalink
fix(fmt) fixed the formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewS8 authored Dec 3, 2024
1 parent c7e918f commit ff989e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
//! `flatbuffers` as an example. The namespace is `MyGame.Sample` and it contains multiple tables
//! and structs, including a `Monster` table.
//!
//! This will just compile the flatbuffers and drop them in `${OUT_DIR}/flatbuffers`
//! This will just compile the flatbuffers and drop them in `${OUT_DIR}/flatbuffers`
//! You can then use them in `lib.rs` like so:
//!
//! ```rust,ignore
Expand Down Expand Up @@ -278,7 +278,6 @@ fn compile(builder_options: BuilderOptions) -> Result {
Ok(())
}


fn confirm_flatc_version(compiler: &str) -> Result {
// Output shows up in stdout
let output = run_flatc(compiler, ["--version"])?;
Expand Down

0 comments on commit ff989e4

Please sign in to comment.