Index: runtime/vm/base_isolate.h |
diff --git a/runtime/vm/base_isolate.h b/runtime/vm/base_isolate.h |
index bd76b90e9c9e0fd47b5dba352e90bc03409e54fd..544988095f8ed7d6e156d895334451624ae06601 100644 |
--- a/runtime/vm/base_isolate.h |
+++ b/runtime/vm/base_isolate.h |
@@ -31,9 +31,7 @@ class BaseIsolate { |
#endif |
protected: |
- BaseIsolate() |
- : mutator_thread_(NULL) { |
- } |
+ BaseIsolate() : mutator_thread_(NULL) {} |
~BaseIsolate() { |
// Do not delete stack resources: top_resource_ and current_zone_. |