| Index: tools/dom/templates/html/impl/pure_interface.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/pure_interface.darttemplate b/tools/dom/templates/html/impl/pure_interface.darttemplate
|
| index 869eff28c394541477888fca1fd50a68ae01b05a..e045b9cca1e11185793ca05ae76dd42e4b97d970 100644
|
| --- a/tools/dom/templates/html/impl/pure_interface.darttemplate
|
| +++ b/tools/dom/templates/html/impl/pure_interface.darttemplate
|
| @@ -3,6 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of $LIBRARYNAME;
|
| -$ANNOTATIONS
|
| -abstract class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +
|
| +$(ANNOTATIONS)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| $!MEMBERS}
|
|
|