aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/macros.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/macros.rs')
-rw-r--r--components/script/dom/macros.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/macros.rs b/components/script/dom/macros.rs
index 7d9172cbe7b..5362b09214e 100644
--- a/components/script/dom/macros.rs
+++ b/components/script/dom/macros.rs
@@ -628,4 +628,5 @@ macro_rules! handle_potential_webgl_error {
($context:expr, $call:expr) => {
handle_potential_webgl_error!($context, $call, ());
};
-} \ No newline at end of file
+}
+