Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Jul 1, 2024
1 parent 5f4e4e4 commit 5fc569a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/test/preconditioner/jacobi_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause

#include "core/preconditioner/jacobi_kernels.hpp"

#include <algorithm>
#include <type_traits>

Expand All @@ -12,7 +14,6 @@
#include <ginkgo/core/preconditioner/jacobi.hpp>

#include "core/base/extended_float.hpp"
#include "core/preconditioner/jacobi_kernels.hpp"
#include "core/test/utils.hpp"


Expand Down

0 comments on commit 5fc569a

Please sign in to comment.