Skip to content

Commit 8db91fa

Browse files
🎨 pre-commit fixes
1 parent fd25dca commit 8db91fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unittests/test_annotated_quantum_computation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2244,4 +2244,4 @@ TEST_F(AnnotatedQuantumComputationTestsFixture, GetQuantumOperationUsingOutOfRan
22442244
ASSERT_THAT(annotatedQuantumComputation->getQuantumOperation(2), testing::IsNull());
22452245
// Since we are using zero-based indices, an index equal to the number of quantum operations in the quantum computation should also not work
22462246
ASSERT_THAT(annotatedQuantumComputation->getQuantumOperation(1), testing::IsNull());
2247-
}
2247+
}

test/unittests/test_simulation_interface_error_cases.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ TEST(SimulationInterfaceErrorCasesTests, ProvidingMoreQubitValuesThanDataQubitsA
107107
std::optional<std::vector<bool>> quantumComputationOutputQubitValues;
108108
ASSERT_NO_FATAL_FAILURE(quantumComputationOutputQubitValues = simulateQuantumComputationExecutionForState(annotatableQuantumComputation, quantumComputationInputQubitValues, statistics));
109109
ASSERT_FALSE(quantumComputationOutputQubitValues.has_value());
110-
}
110+
}

0 commit comments

Comments
 (0)