]> git.lizzy.rs Git - rust.git/blobdiff - src/missed_spans.rs
Run rustfmt on the code
[rust.git] / src / missed_spans.rs
index c861d631be855d9d3b0bc5eced05bcb29407c8be..d560b3f2027b5a155e67cc6395a45211450ed9d2 100644 (file)
@@ -36,8 +36,7 @@ pub fn format_missing_with_indent(&mut self, end: BytePos) {
 
     fn format_missing_inner<F: Fn(&mut FmtVisitor, &str, &str, &str)>(&mut self,
                                                                       end: BytePos,
-                                                                      process_last_snippet: F)
-    {
+                                                                      process_last_snippet: F) {
         let start = self.last_pos;
         debug!("format_missing_inner: {:?} to {:?}",
                self.codemap.lookup_char_pos(start),