Format code according to conventions (#17096)
parent
a899c097ce
commit
da63289505
|
@ -142,7 +142,6 @@ TEST_F(Secure, test_unlock_request_timeout) {
|
||||||
testing::Mock::VerifyAndClearExpectations(&driver);
|
testing::Mock::VerifyAndClearExpectations(&driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
TEST_F(Secure, test_unlock_request_fail_mid) {
|
TEST_F(Secure, test_unlock_request_fail_mid) {
|
||||||
TestDriver driver;
|
TestDriver driver;
|
||||||
auto key_e = KeymapKey(0, 0, 0, KC_E);
|
auto key_e = KeymapKey(0, 0, 0, KC_E);
|
||||||
|
|
Loading…
Reference in New Issue