]> git.lizzy.rs Git - rust.git/commitdiff
last bit of whitespace
authorCorey Richardson <corey@octayn.net>
Wed, 26 Jun 2013 23:00:44 +0000 (19:00 -0400)
committerCorey Richardson <corey@octayn.net>
Wed, 26 Jun 2013 23:00:44 +0000 (19:00 -0400)
src/test/run-pass/match-borrowed_str.rs

index 346f2d07a4b7e14cccd3a5728d222482691fafa3..7a30f5152d01de5ef8ec72483375abe419e6f88c 100644 (file)
@@ -58,4 +58,3 @@ pub fn main() {
     assert_eq!(g2(&"c", &"d"), ~"not found (c, d)");
     assert_eq!(g2("d", "e"), ~"not found (d, e)");
 }
-