Update killSwitch proto definitions

The protocol buffers definitions have been obtained from the TWPT server
repo.

Bug: twpowertools:162
Change-Id: Ia5cc44be28e2bc6c1054484c04c197b9b6852318
diff --git a/src/workflows/proto/main_pb.js b/src/workflows/proto/main_pb.js
index 25f18ef..961a61c 100644
--- a/src/workflows/proto/main_pb.js
+++ b/src/workflows/proto/main_pb.js
@@ -1223,7 +1223,8 @@
  */
 proto.workflows.Action.MoveAction.prototype.clearPropertyMap = function() {
   this.getPropertyMap().clear();
-  return this;};
+  return this;
+};