Fix lint for router (#9636)

This commit is contained in:
Stefan He
2025-08-26 00:38:53 -07:00
committed by GitHub
parent 4cd08dc592
commit cbc0e4d779
3 changed files with 4 additions and 4 deletions

View File

@@ -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
];