summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/SVG/SVGPathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/SVG/SVGPathElement.h')
-rw-r--r--Libraries/LibWeb/SVG/SVGPathElement.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Libraries/LibWeb/SVG/SVGPathElement.h b/Libraries/LibWeb/SVG/SVGPathElement.h
index c793cccc58..4091c8e53f 100644
--- a/Libraries/LibWeb/SVG/SVGPathElement.h
+++ b/Libraries/LibWeb/SVG/SVGPathElement.h
@@ -113,7 +113,6 @@ public:
private:
Vector<PathInstruction> m_instructions;
Gfx::FloatPoint m_previous_control_point = {};
-
};
}