Skip to content

Commit 254e9a1

Browse files
🎨 pre-commit fixes
1 parent 4372681 commit 254e9a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/mqt-core/dd/ComplexValue.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ struct ComplexValue {
4343

4444
/**
4545
* @brief Check whether the complex number is exactly equal to one.
46-
* @return True if the complex number is exactly equal to one, false otherwise.
46+
* @return True if the complex number is exactly equal to one, false
47+
* otherwise.
4748
*/
4849
[[nodiscard]] bool exactlyOne() const noexcept { return r == 1. && i == 0.; }
4950

0 commit comments

Comments
 (0)