diff options
author | Andreas Kling <kling@serenityos.org> | 2020-09-26 00:10:57 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-26 00:10:57 +0200 |
commit | b245121f136302806a85d6db5cb9fb73799cecc5 (patch) | |
tree | 9e4afe45c348e2ee075ff594f50df7708e381f6a | |
parent | 203008474602d920c57b3eedc681ffd0a216f3a7 (diff) | |
download | serenity-b245121f136302806a85d6db5cb9fb73799cecc5.zip |
Spreadsheet: clang-format
-rw-r--r-- | Applications/Spreadsheet/CellType/Type.h | 2 |
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> |