Skip to content

Commit

Permalink
style: remove erroneous tab
Browse files Browse the repository at this point in the history
  • Loading branch information
drewr95 committed Mar 13, 2024
1 parent a7a8589 commit 89282b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_type_def.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ namespace
{
class __type_t__;
typedef etl::type_def<__type_t__, uint32_t> type_t;

uint32_t i = 0x5A3DUL;
type_t t(0x5A3DUL);

Expand Down

0 comments on commit 89282b5

Please sign in to comment.