Index: utils/apidoc/mdn/extract.dart |
diff --git a/utils/apidoc/mdn/extract.dart b/utils/apidoc/mdn/extract.dart |
index 843a5b0edd57434a23ca22efc9a98370e0a3a3f3..61d5a3c612d9711a1da645ecb34e741a628fb7c2 100644 |
--- a/utils/apidoc/mdn/extract.dart |
+++ b/utils/apidoc/mdn/extract.dart |
@@ -31,7 +31,7 @@ ClientRect getClientRect(Node n) { |
* be removed when extracting blocks of documentation. This is helpful when |
* running this script in a web browser as it is easy to visually see what |
* blocks of information were extracted when using CSS such as DEBUG_CSS |
- * which highlights elements that should be removed. |
+ * which highlights elements that should be removed. |
*/ |
final DART_REMOVED = "dart-removed"; |
@@ -1194,7 +1194,7 @@ void run() { |
foundMatch = true; |
break; |
} |
- } catch(e) {} |
+ } catch (e) {} |
} |
if (!foundMatch) { |
dbEntry['skipped'] = true; |