Fix lint for router (#9636)
This commit is contained in:
@@ -116,9 +116,9 @@ async fn test_empty_and_whitespace_variations() {
|
||||
let cases = vec![
|
||||
r#" {"name":"compact","arguments":{}} "#,
|
||||
r#"
|
||||
|
||||
|
||||
{"name": "spaced", "arguments": {}}
|
||||
|
||||
|
||||
"#,
|
||||
r#" {"name": "tabbed", "arguments": {}} "#, // tabs
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user