Skip to content

Commit 5b20df1

Browse files
🎨 pre-commit fixes
1 parent 146846c commit 5b20df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms/test_statepreparation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ TEST(StatePreparation, StatePreparationsAmplitudesNotPowerOf2) {
8686
std::complex<double>{1 / std::sqrt(3)}};
8787
ASSERT_THROW(qc::createStatePreparationCircuit(amplitudes),
8888
std::invalid_argument);
89-
}
89+
}

0 commit comments

Comments
 (0)