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

View file

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