From 2613d5de4163eb1c4dd539ff5450b03d57cf20e7 Mon Sep 17 00:00:00 2001 From: aucker Date: Fri, 17 May 2024 15:49:09 +0800 Subject: [PATCH] chore: format change --- .clang-format | 2 +- daily/May17.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 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 1dd3690..baf7e4c 100644 --- a/daily/May17.cpp +++ b/daily/May17.cpp @@ -1,5 +1,6 @@ -#include +#include #include +#include using namespace std; class Solution {