Copy description from Cargo.toml to METADATA am: fd17487e5f

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/itoa/+/1457135

Change-Id: Id2ab81f111b96fa8dfd966e076abcb00a835622e
diff --git a/METADATA b/METADATA
index b39358d..602bef6 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,5 @@
 name: "itoa"
-description:
-    "Fast functions for printing integer primitives to an io::Write"
-
+description: "Fast functions for printing integer primitives to an io::Write"
 third_party {
   url {
     type: HOMEPAGE
@@ -12,7 +10,10 @@
     value: "https://static.crates.io/crates/itoa/itoa-0.4.6.crate"
   }
   version: "0.4.6"
-  last_upgrade_date { year: 2020 month: 8 day: 21 }
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2020
+    month: 8
+    day: 21
+  }
 }
-