Integrate internal changes
diff --git a/js/debug.js b/js/debug.js
index 3c1ada0..46b2485 100644
--- a/js/debug.js
+++ b/js/debug.js
@@ -95,8 +95,7 @@
     if (match && name != 'getExtension' &&
         name != 'getJsPbMessageId') {
       var has = 'has' + match[1];
-      if (!thing[has] || thing[has]())
-      {
+      if (!thing[has] || thing[has]()) {
         var val = thing[name]();
         object[jspb.debug.formatFieldName_(match[1])] = jspb.debug.dump_(val);
       }