Run formatter

This commit is contained in:
Jonathan Schear 2024-03-24 18:33:57 -04:00
parent f511c061ab
commit 61f3de4b8f
No known key found for this signature in database
GPG key ID: 0F4D841667534076

View file

@ -450,7 +450,10 @@ fn load_docs() {
let expected = vec![
(None, Some("An interface for docs tests\n")),
(Some("User"), Some("This is a user\n")),
(Some("makeUser"), Some("Makes a user\n\nTakes a name Str.\n")),
(
Some("makeUser"),
Some("Makes a user\n\nTakes a name Str.\n"),
),
(Some("getName"), Some("Gets the user's name\n")),
(Some("getNameExposed"), None),
]