Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Oct 9, 2024
1 parent b1feba2 commit 0859d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inngest/examples/axum/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl From<UserLandError> for inngest::result::Error {
#[serde(untagged)]
enum Data {
TestData { name: String, data: u8 },
Hello { num: Option<u32> }
Hello { num: Option<u32> },
}

fn dummy_fn() -> ServableFn<Data, Error> {
Expand Down

0 comments on commit 0859d2c

Please sign in to comment.