Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Oct 16, 2024
1 parent 2c4e3b3 commit 0f211ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stm32-modules/include/common/core/ack_cache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

#pragma once

#include <cstdint>

#include <algorithm>
#include <array>
#include <cstdint>
#include <variant>

template <size_t max_size, typename... Contents>
Expand Down

0 comments on commit 0f211ac

Please sign in to comment.