Skip to content

Commit

Permalink
Ran pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns committed Apr 24, 2024
1 parent bd7aae2 commit e7d2d80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/xfft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Defined in ``xtensor/xfft.hpp``
:project: xtensor

.. doxygentypedef:: xt::ifft
:project: xtensor
:project: xtensor
2 changes: 1 addition & 1 deletion include/xtensor/xfft.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ namespace xt
}

}
} // namespace xt::fft
} // namespace xt::fft
2 changes: 1 addition & 1 deletion test/test_xfft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ namespace xt
REQUIRE(expected(i) == doctest::Approx(abs(i)).epsilon(.0001));
}
}
}
}

0 comments on commit e7d2d80

Please sign in to comment.