mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 01:46:09 +00:00
Format code according to conventions (#17096)
This commit is contained in:
parent
a899c097ce
commit
da63289505
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue