Skip to content

Commit

Permalink
style: 🛁 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Jul 23, 2024
1 parent 9a5e39f commit 4dfff1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(CROSS_PLATFORM_DETERMINISTIC OFF)
# optimizations enabled, also known as link-time optimizations or link-time code
# generation. Note that if you turn this on you need to use
# SET_INTERPROCEDURAL_OPTIMIZATION() or set(CMAKE_INTERPROCEDURAL_OPTIMIZATION
# ON) to enable LTO specificly for your own project as well. If you don't do
# ON) to enable LTO specifically for your own project as well. If you don't do
# this you may get an error: /usr/bin/ld: libJolt.a: error adding symbols: file
# format not recognized set(INTERPROCEDURAL_OPTIMIZATION ON)
set(INTERPROCEDURAL_OPTIMIZATION ON)
Expand Down
2 changes: 2 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[files]
extend-exclude = ["cmake/CPM.cmake"]
2 changes: 1 addition & 1 deletion src/physics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void PhysicsEngine::create_floor(const Vector3 &floor_dimensions,
// nullptr
if (floor == nullptr)
{
spdlog::error("Error creating floor body interface. Thre might be too "
spdlog::error("Error creating floor body interface. There might be too "
"many bodies.");
}

Expand Down

0 comments on commit 4dfff1a

Please sign in to comment.