Skip to content

Commit

Permalink
Remove leading newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Apr 22, 2019
1 parent 10a1f41 commit 5347ab4
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/rustc/rustc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

fn main() {
// Pull in jemalloc when enabled.
//
Expand Down
1 change: 0 additions & 1 deletion src/test/incremental/change_name_of_static_in_fn.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// revisions:rpass1 rpass2 rpass3

// See issue #57692.
Expand Down
1 change: 0 additions & 1 deletion src/test/run-make-fulldeps/lto-dylib-dep/a_dylib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

pub fn foo() {
println!("bar");
}
1 change: 0 additions & 1 deletion src/test/run-make-fulldeps/lto-dylib-dep/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

extern crate a_dylib;

fn main() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

pub trait Backend{}
pub trait Backend {}
pub trait SupportsDefaultKeyword {}

impl SupportsDefaultKeyword for Postgres {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

pub trait Backend{}
pub trait Backend {}
pub trait SupportsDefaultKeyword {}

impl SupportsDefaultKeyword for Postgres {}
Expand Down
1 change: 0 additions & 1 deletion src/test/ui/e0119/conflict-with-std.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use std::marker::PhantomData;
use std::convert::{TryFrom, AsRef};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

pub trait Backend{}
pub trait Backend {}
pub trait SupportsDefaultKeyword {}

impl SupportsDefaultKeyword for Postgres {}
Expand Down
1 change: 0 additions & 1 deletion src/test/ui/mod-subitem-as-enum-variant.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

mod Mod {
pub struct FakeVariant<T>(pub T);
}
Expand Down

0 comments on commit 5347ab4

Please sign in to comment.