From 211737cee0c6b79ad86246d69ed39e2725fc2110 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Wed, 29 Jan 2020 02:55:39 -0500 Subject: [PATCH] Format code --- juniper_rocket/src/lib.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/juniper_rocket/src/lib.rs b/juniper_rocket/src/lib.rs index 73cb797e..f568d8bf 100644 --- a/juniper_rocket/src/lib.rs +++ b/juniper_rocket/src/lib.rs @@ -422,7 +422,11 @@ mod fromform_tests { #[test] fn test_variables_invalid_json() { - check_error("query=test&variables=NOT_JSON", "expected value at line 1 column 1", false); + check_error( + "query=test&variables=NOT_JSON", + "expected value at line 1 column 1", + false, + ); } #[test]