mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-12 10:51:43 +01:00
Ensure single newline at EOF for core files (#11310)
This commit is contained in:
@@ -71,4 +71,4 @@ bool KeyboardReportMatcher::MatchAndExplain(report_keyboard_t& report, MatchResu
|
||||
|
||||
void KeyboardReportMatcher::DescribeTo(::std::ostream* os) const { *os << "is equal to " << m_report; }
|
||||
|
||||
void KeyboardReportMatcher::DescribeNegationTo(::std::ostream* os) const { *os << "is not equal to " << m_report; }
|
||||
void KeyboardReportMatcher::DescribeNegationTo(::std::ostream* os) const { *os << "is not equal to " << m_report; }
|
||||
|
||||
Reference in New Issue
Block a user