Copy description from Cargo.toml to METADATA

Test: make
Change-Id: I005b65bdb81223be81f34fc3a320142b230b7420
diff --git a/METADATA b/METADATA
index 81e8be1..2a0d2f8 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,5 @@
 name: "ryu"
-description:
-    "Fast floating point to string conversion"
-
+description: "Fast floating point to string conversion"
 third_party {
   url {
     type: HOMEPAGE
@@ -12,7 +10,10 @@
     value: "https://static.crates.io/crates/ryu/ryu-1.0.5.crate"
   }
   version: "1.0.5"
-  last_upgrade_date { year: 2020 month: 8 day: 21 }
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2020
+    month: 8
+    day: 21
+  }
 }
-