Initial commit to draw keypoints on the image.

Change-Id: Ia50f64d8a131ee9ab455ebe2700714a2edea91d1
diff --git a/aos/network/www/config_handler.ts b/aos/network/www/config_handler.ts
index aed3315..72b496e 100644
--- a/aos/network/www/config_handler.ts
+++ b/aos/network/www/config_handler.ts
@@ -55,8 +55,7 @@
     }
 
     const channelsfb =
-        Connect.createChannelsToTransferVector(
-            builder, channels);
+        Connect.createChannelsToTransferVector(builder, channels);
     Connect.startConnect(builder);
     Connect.addChannelsToTransfer(builder, channelsfb);
     const connect = Connect.endConnect(builder);