Skip to content

Commit

Permalink
Fixed clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ authored and imikejackson committed Aug 2, 2024
1 parent 4bf6d70 commit 8925498
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/simplnx/Common/TypesUtility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
#include "simplnx/Common/TypeTraits.hpp"
#include "simplnx/Common/Types.hpp"

#include <bit>
#include <optional>
#include <stdexcept>
#include <vector>
#include <bit>

namespace nx::core
{

/**
* @brief Returns the templated value for the byte pattern 0xAB based on the byte count of the template parameter
* @tparam T
Expand Down

0 comments on commit 8925498

Please sign in to comment.