1
0
Fork 0

Ensure single newline at EOF for core files (#11310)

This commit is contained in:
Ryan 2020-12-28 04:36:32 +11:00 committed by GitHub
parent bbf0f65284
commit 1b7b72c0e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 40 additions and 61 deletions

View file

@ -68,4 +68,4 @@ TEST_F(Macro, PlayASimpleMacro) {
EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport(KC_LSFT))).AT_TIME(210);
EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport())).AT_TIME(220);
run_one_scan_loop();
}
}