summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-09-26 00:10:57 +0200
committerAndreas Kling <kling@serenityos.org>2020-09-26 00:10:57 +0200
commitb245121f136302806a85d6db5cb9fb73799cecc5 (patch)
tree9e4afe45c348e2ee075ff594f50df7708e381f6a
parent203008474602d920c57b3eedc681ffd0a216f3a7 (diff)
downloadserenity-b245121f136302806a85d6db5cb9fb73799cecc5.zip
Spreadsheet: clang-format
-rw-r--r--Applications/Spreadsheet/CellType/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Spreadsheet/CellType/Type.h b/Applications/Spreadsheet/CellType/Type.h
index 84cb37e2ff..0145a8fa8d 100644
--- a/Applications/Spreadsheet/CellType/Type.h
+++ b/Applications/Spreadsheet/CellType/Type.h
@@ -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>