Format code according to conventions (#19305)

This commit is contained in:
QMK Bot 2022-12-12 08:02:15 -08:00 committed by GitHub
parent cbabc8dbe6
commit 598735a2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -216,7 +216,6 @@ TEST_F(QuickTap, tap_key_and_hold_again_before_quick_tap_term) {
testing::Mock::VerifyAndClearExpectations(&driver);
}
TEST_F(QuickTap, tap_key_and_tap_again_after_quick_tap_term) {
TestDriver driver;
InSequence s;