Index: tests/compiler/dart2js_extra/panda_lib.dart |
diff --git a/tests/compiler/dart2js_extra/panda_lib.dart b/tests/compiler/dart2js_extra/panda_lib.dart |
index e56a8ac9b964babdba8a43ff93d951600bb14324..1d20b0385ddf4c935dae7f56a4e733e0ee4e5f88 100644 |
--- a/tests/compiler/dart2js_extra/panda_lib.dart |
+++ b/tests/compiler/dart2js_extra/panda_lib.dart |
@@ -5,6 +5,5 @@ |
library panda_lib; |
class Panda { |
- Panda() { |
- } |
+ Panda() {} |
} |