Remove trailing newline

This commit is contained in:
Charlie Marsh 2022-08-29 21:59:02 -04:00
parent 07ed1e3b01
commit 16b6859e94
2 changed files with 2 additions and 2 deletions

View File

@ -31,4 +31,3 @@ walkdir = { version = "2.3.2" }
[profile.release]
lto = true
panic = "abort"

View File

@ -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 {