Skip to content

Commit 456fbbb

Browse files
committed
Format code
1 parent d54fd4a commit 456fbbb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/schema-derive/src/query_responses.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,7 @@ mod tests {
279279
}
280280

281281
#[test]
282-
#[should_panic(
283-
expected = "missing return type for query"
284-
)]
282+
#[should_panic(expected = "missing return type for query")]
285283
fn missing_return() {
286284
let input: ItemEnum = parse_quote! {
287285
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema, QueryResponses)]

0 commit comments

Comments
 (0)