1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:57:46 +00:00

LibWeb: Run clang-format on CSS/Parser/StyleComponentValueRule.h

This commit is contained in:
Andreas Kling 2021-03-09 20:06:52 +01:00
parent 7c222d1bdf
commit df621b9415

View file

@ -26,9 +26,9 @@
#pragma once
#include <LibWeb/CSS/Parser/Token.h>
#include <LibWeb/CSS/Parser/StyleBlockRule.h>
#include <LibWeb/CSS/Parser/StyleFunctionRule.h>
#include <LibWeb/CSS/Parser/Token.h>
namespace Web::CSS {