]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/hard-tabs.rs
Merge pull request #681 from rust-lang-nursery/comment-style
[rust.git] / tests / target / hard-tabs.rs
index 19a0182fdaaaf478536595dde5f21191d9aa7895..cf96392036b19451a6978d54d0be3d4e337a170a 100644 (file)
@@ -69,7 +69,8 @@ fn generic<T>(arg: T) -> &SomeType
                            C,
                            D,
                            // pre comment
-                           E /* last comment */) -> &SomeType
+                           E /* last comment */)
+                           -> &SomeType
        {
                arg(a, b, c, d, e)
        }