]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/match-naked-expr.rs
auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis
[rust.git] / src / test / pretty / match-naked-expr.rs
index 67c389f7e1f0870748224e1bb40db04f79517f48..6b4f579f9c51c61c966874fe4049f771ce01f003 100644 (file)
@@ -15,6 +15,6 @@ fn main() {
     let _y =
         match x {
             Some(_) => "some(_)".to_string(),
-            None => "none".to_string()
+            None => "none".to_string(),
         };
 }