Skip to content

Commit

Permalink
chore: clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sygmei committed May 16, 2023
1 parent fde7122 commit 612d8a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Core/Collision/CollisionSpace.cpp
Expand Up @@ -156,7 +156,8 @@ namespace obe::collision
const transform::UnitVector max_distance
= collider.get_offset_before_collision(*space_collider, offset);
if (max_distance != offset)
reachable_colliders.emplace_back(ReachableCollider { space_collider, max_distance });
reachable_colliders.emplace_back(
ReachableCollider { space_collider, max_distance });
}
}

Expand Down
3 changes: 1 addition & 2 deletions src/Core/Utils/Terminal.cpp
Expand Up @@ -237,8 +237,7 @@ namespace obe::utils::terminal
}
else if (fmt_color_mapping.contains(style_part))
{
text_style
|= fmt::fg(fmt_color_mapping.at(style_part));
text_style |= fmt::fg(fmt_color_mapping.at(style_part));
}
else if (contains_enum_value<fmt::emphasis>(style_part))
{
Expand Down

0 comments on commit 612d8a4

Please sign in to comment.