From b245121f136302806a85d6db5cb9fb73799cecc5 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 26 Sep 2020 00:10:57 +0200 Subject: [PATCH] Spreadsheet: clang-format --- Applications/Spreadsheet/CellType/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include