Skip to content

Commit

Permalink
chore: format change
Browse files Browse the repository at this point in the history
  • Loading branch information
aucker committed May 17, 2024
1 parent 7f1e536 commit 237eef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions daily/May17.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <bits/stdc++.h>

#include <algorithm>
#include <unordered_map>
#include <vector>
using namespace std;

class Solution {
Expand Down Expand Up @@ -55,4 +55,4 @@ class Solution {

return ans;
}
};
};

0 comments on commit 237eef4

Please sign in to comment.