From 7f1e536d1125822a8380e9f761192923e96bbc34 Mon Sep 17 00:00:00 2001 From: Clang Robot Date: Fri, 17 May 2024 07:40:54 +0000 Subject: [PATCH 1/2] Committing clang-format changes --- daily/May17.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/daily/May17.cpp b/daily/May17.cpp index 1dd3690..04d213e 100644 --- a/daily/May17.cpp +++ b/daily/May17.cpp @@ -1,4 +1,5 @@ #include + #include using namespace std; From 237eef40e6ecdf5c2d6aceff30dffe8e1bed5ed7 Mon Sep 17 00:00:00 2001 From: aucker Date: Fri, 17 May 2024 15:50:32 +0800 Subject: [PATCH 2/2] chore: format change --- .clang-format | 2 +- daily/May17.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.clang-format b/.clang-format index cec3f71..abf7494 100644 --- a/.clang-format +++ b/.clang-format @@ -5,4 +5,4 @@ DerivePointerAlignment: false # Default for clang-8, changed in later clangs. Set explicitly for forwards # compatibility for students with modern clangs -IncludeBlocks: Preserve +# IncludeBlocks: Preserve diff --git a/daily/May17.cpp b/daily/May17.cpp index 04d213e..53cb9cf 100644 --- a/daily/May17.cpp +++ b/daily/May17.cpp @@ -1,6 +1,6 @@ -#include - +#include #include +#include using namespace std; class Solution { @@ -55,4 +55,4 @@ class Solution { return ans; } -}; \ No newline at end of file +};