Copy description from Cargo.toml to METADATA

Test: make
Change-Id: Ic00552c0482d898a8b2b9cec8e9b62f0f1bac3a3
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
+  }
 }
-