mirror of https://github.com/astral-sh/ruff
fmt
This commit is contained in:
parent
723f590ea4
commit
16cb4ccf61
|
|
@ -59,8 +59,7 @@ impl Violation for ImplicitStringConcatenationInCollectionLiteral {
|
|||
|
||||
#[derive_message_formats]
|
||||
fn message(&self) -> String {
|
||||
"Unparenthesized implicit string concatenation in collection"
|
||||
.to_string()
|
||||
"Unparenthesized implicit string concatenation in collection".to_string()
|
||||
}
|
||||
|
||||
fn fix_title(&self) -> Option<String> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue