diff --git a/tests/from_str.rs b/tests/from_str.rs index 38847b4c..9aa6795c 100644 --- a/tests/from_str.rs +++ b/tests/from_str.rs @@ -50,4 +50,4 @@ fn enum_test_case_sensitive() { "baz".parse::().unwrap_err().to_string(), "Invalid `EnumNoFields` string representation", ); -} \ No newline at end of file +}