Remove leading newlines
This commit is contained in:
parent
8423e00714
commit
9736d32f84
@ -1,4 +1,3 @@
|
||||
|
||||
fn main() {
|
||||
// Pull in jemalloc when enabled.
|
||||
//
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
// revisions:rpass1 rpass2 rpass3
|
||||
|
||||
// See issue #57692.
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
pub fn foo() {
|
||||
println!("bar");
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
extern crate a_dylib;
|
||||
|
||||
fn main() {
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
pub trait Backend{}
|
||||
pub trait Backend {}
|
||||
pub trait SupportsDefaultKeyword {}
|
||||
|
||||
impl SupportsDefaultKeyword for Postgres {}
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
pub trait Backend{}
|
||||
pub trait Backend {}
|
||||
pub trait SupportsDefaultKeyword {}
|
||||
|
||||
impl SupportsDefaultKeyword for Postgres {}
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
use std::marker::PhantomData;
|
||||
use std::convert::{TryFrom, AsRef};
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
|
||||
pub trait Backend{}
|
||||
pub trait Backend {}
|
||||
pub trait SupportsDefaultKeyword {}
|
||||
|
||||
impl SupportsDefaultKeyword for Postgres {}
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
mod Mod {
|
||||
pub struct FakeVariant<T>(pub T);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user