Skip to content

Commit 902da09

Browse files
Committing clang-format changes
1 parent 32cb37f commit 902da09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/chemist/quantum_mechanics/braket/braket_class.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class BraKet
153153
* throw guarantee.
154154
*/
155155
BraKet(const BraKet& other) :
156-
BraKet(other.bra(), other.op(), other.ket()) {};
156+
BraKet(other.bra(), other.op(), other.ket()){};
157157

158158
/** @brief Initializes *this by taking the state from @p other.
159159
*

0 commit comments

Comments
 (0)