Format code according to conventions (#17096)

This commit is contained in:
QMK Bot 2022-05-14 15:14:49 -07:00 committed by GitHub
parent a899c097ce
commit da63289505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,6 @@ TEST_F(Secure, test_unlock_request_timeout) {
testing::Mock::VerifyAndClearExpectations(&driver);
}
TEST_F(Secure, test_unlock_request_fail_mid) {
TestDriver driver;
auto key_e = KeymapKey(0, 0, 0, KC_E);