Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jan 5, 2023
1 parent 0ff6bca commit 60ef306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/datagen/src/databake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ impl DataExporter for BakedDataExporter {
}

let any_code = if any_cases.is_empty() {
quote!{
quote! {
Err(DataErrorKind::MissingDataKey.with_req(key, req))
}
} else {
Expand Down

0 comments on commit 60ef306

Please sign in to comment.