Ensure single newline at EOF for core files (#11310)
This commit is contained in:
@ -36,4 +36,4 @@ private:
|
||||
template<typename... Ts>
|
||||
inline testing::Matcher<report_keyboard_t&> KeyboardReport(Ts... keys) {
|
||||
return testing::MakeMatcher(new KeyboardReportMatcher(std::vector<uint8_t>({keys...})));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user