]> git.lizzy.rs Git - rust.git/commitdiff
Correctly indent get_predicates function
authorSantiago Pastorino <spastorino@gmail.com>
Wed, 30 Oct 2019 19:22:11 +0000 (16:22 -0300)
committerSantiago Pastorino <spastorino@gmail.com>
Wed, 30 Oct 2019 19:28:56 +0000 (16:28 -0300)
src/librustc_metadata/decoder.rs

index 0e6ecbbf0176a8c0a69900df4e12e21ca89eafac..e7c88fba0392403b56629161ca4044e41d67f7d3 100644 (file)
@@ -664,7 +664,7 @@ fn get_variant(
         tcx: TyCtxt<'tcx>,
     ) -> ty::GenericPredicates<'tcx> {
         self.root.per_def.predicates.get(self, item_id).unwrap().decode((self, tcx))
-}
+    }
 
     crate fn get_predicates_defined_on(
         &self,