mirror of
https://github.com/open-goal/jak-project
synced 2026-06-27 19:02:59 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "common/math/geometry.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(Math, RaySphereOrigin) {
|
||||
math::Vector<float, 3> sphere(0, 0, 0);
|
||||
math::Vector<float, 3> line_origin(0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user