about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc/hir/def.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/hir/def.rs b/src/librustc/hir/def.rs
index 0ebfebd10f7..c500d770cef 100644
--- a/src/librustc/hir/def.rs
+++ b/src/librustc/hir/def.rs
@@ -163,7 +163,7 @@ impl Def {
             }
         }
     }
-    
+
     /// A human readable kind name
     pub fn kind_name(&self) -> &'static str {
         match *self {