Remove accidental empty block at the bottom of `split-static-string (SIM905)` doc (#15290)

## Summary

Removes the following empty code block

![image](https://github.com/user-attachments/assets/4adbacac-0bd9-4dac-af3a-93da2619a1cb)
This commit is contained in:
Avasam 2025-01-05 23:24:40 -05:00 committed by GitHub
parent bd02beec85
commit 643fd7fe07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ use crate::checkers::ast::Checker;
///
/// ## References
/// - [Python documentation: `str.split`](https://docs.python.org/3/library/stdtypes.html#str.split)
/// ```
#[derive(ViolationMetadata)]
pub(crate) struct SplitStaticString;