From 0fed0b8ccda5d1ee9564609f036260df6ab30f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20L=C3=A4nd?= Date: Fri, 23 Jun 2023 07:36:45 +0000 Subject: [PATCH] Bug 1835600: apply code formatting via Lando # ignore-this-changeset --- .../test/mochitest/helper_scroll_snap_on_page_down_scroll.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/apz/test/mochitest/helper_scroll_snap_on_page_down_scroll.html b/gfx/layers/apz/test/mochitest/helper_scroll_snap_on_page_down_scroll.html index 079dbd0c5cb0..bca89aac421d 100644 --- a/gfx/layers/apz/test/mochitest/helper_scroll_snap_on_page_down_scroll.html +++ b/gfx/layers/apz/test/mochitest/helper_scroll_snap_on_page_down_scroll.html @@ -74,7 +74,7 @@ // can be fractional (e.g. if viewport height is an odd number of pixels, // then 50vh will be fractional), and ClampAndAlignWithPixels can round // the final scroll offset requested by APZ at the end of an animation, - // to an integer value. We plan to remove ClampAndAlignWithPixels in + // to an integer value. We plan to remove ClampAndAlignWithPixels in // bug 1774315. isfuzzy(window.scrollY, expectedPosition, 1, "Snaps to the second snap point rather than the third snap point " +