Skip to content

Commit

Permalink
got rid of last empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lifthrasiir committed Feb 6, 2013
1 parent 01cc9ec commit 2600bcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test/compile-fail/no-binary-float-literal.rs
Expand Up @@ -15,4 +15,3 @@ fn main() {
0b101.010;
0b101p4f;
}

1 change: 0 additions & 1 deletion src/test/compile-fail/no-hex-float-literal.rs
Expand Up @@ -15,4 +15,3 @@ fn main() {
0x567.89;
0xDEAD.BEEFp-2f;
}

5 comments on commit 2600bcc

@bors
Copy link
Contributor

@bors bors commented on 2600bcc Feb 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at lifthrasiir@2600bcc

@bors
Copy link
Contributor

@bors bors commented on 2600bcc Feb 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging lifthrasiir/rust/float-literal = 2600bcc into auto

@bors
Copy link
Contributor

@bors bors commented on 2600bcc Feb 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lifthrasiir/rust/float-literal = 2600bcc merged ok, testing candidate = d9a61f2

@bors
Copy link
Contributor

@bors bors commented on 2600bcc Feb 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 2600bcc Feb 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = d9a61f2

Please sign in to comment.