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

Spreadsheet: clang-format

This commit is contained in:
Andreas Kling 2020-09-26 00:10:57 +02:00
parent 2030084746
commit b245121f13

View file

@ -26,8 +26,8 @@
#pragma once
#include "../Forward.h"
#include "../ConditionalFormatting.h"
#include "../Forward.h"
#include <AK/Forward.h>
#include <AK/String.h>
#include <LibGfx/Color.h>