Skip to content

Commit

Permalink
Applied clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Peschke committed Sep 4, 2024
1 parent ca161fe commit 22f8a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Calculator/src/Calculator.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <iostream>

#include "Math/CoeffUnaryOp.hpp"
#include "Math/three_by_three.hpp"
#include "Math/Matrix.hpp"
#include "Math/three_by_three.hpp"

int main()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Math/src/Matrix.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <algorithm>
#include <cstddef>

#include "Math/three_by_three.hpp"
#include "Math/Matrix.hpp"
#include "Math/three_by_three.hpp"

namespace Math {

Expand Down

0 comments on commit 22f8a4b

Please sign in to comment.