mirror of https://github.com/astral-sh/ruff
Remove trailing newline
This commit is contained in:
parent
07ed1e3b01
commit
16b6859e94
|
|
@ -31,4 +31,3 @@ walkdir = { version = "2.3.2" }
|
|||
[profile.release]
|
||||
lto = true
|
||||
panic = "abort"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
use std::str::FromStr;
|
||||
|
||||
use anyhow::Result;
|
||||
use rustpython_parser::ast::Location;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::str::FromStr;
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Serialize, Deserialize, Hash, PartialOrd, Ord)]
|
||||
pub enum CheckCode {
|
||||
|
|
|
|||
Loading…
Reference in New Issue