Skip to content

Commit

Permalink
Fix format check
Browse files Browse the repository at this point in the history
  • Loading branch information
kryonix committed May 8, 2024
1 parent ef8b7b6 commit 8e6349b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ template <typename V>
class InsertionOrderPreservingMap {
public:
typedef vector<pair<string, V>> VECTOR_TYPE; // NOLINT: matching name of std
typedef string key_type; // NOLINT: matching name of std
typedef string key_type; // NOLINT: matching name of std

public:
InsertionOrderPreservingMap() {
Expand Down

0 comments on commit 8e6349b

Please sign in to comment.