From 16b6859e946741877fc41c5b152327e1f235af90 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 29 Aug 2022 21:59:02 -0400 Subject: [PATCH] Remove trailing newline --- Cargo.toml | 1 - src/checks.rs | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a69d6da5bb..22eda13281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,3 @@ walkdir = { version = "2.3.2" } [profile.release] lto = true panic = "abort" - diff --git a/src/checks.rs b/src/checks.rs index 868b2cb3d0..f8642d94e8 100644 --- a/src/checks.rs +++ b/src/checks.rs @@ -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 {