]> git.lizzy.rs Git - rust.git/blobdiff - src/codemap.rs
Remove BlockIndentStyle::Inherit
[rust.git] / src / codemap.rs
index d04169c936e0f25e27f9ccd242000e36a54fda7b..602ab5c98be57ef1f55ba6ee4119f46ddc9a3459 100644 (file)
@@ -26,7 +26,10 @@ pub struct LineRange {
 
 impl LineRange {
     pub fn file_name(&self) -> &str {
-        self.file.as_ref().name.as_str()
+        self.file
+            .as_ref()
+            .name
+            .as_str()
     }
 }