From 67aa57edba27b68316fdaeea312362127bed8afe Mon Sep 17 00:00:00 2001 From: MaliaLabor Date: Mon, 9 Sep 2024 11:39:18 -0700 Subject: [PATCH 1/2] :wrench: Update clang-format --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index c9c00d1..723bc52 100644 --- a/.clang-format +++ b/.clang-format @@ -8,3 +8,4 @@ FixNamespaceComments: true SpacesBeforeTrailingComments: 2 ColumnLimit: 80 QualifierAlignment: Right +InsertNewlineAtEOF: true From 807ddab3e1726dfc2c6909a1fc5e0deab1e4a72c Mon Sep 17 00:00:00 2001 From: MaliaLabor Date: Mon, 9 Sep 2024 11:43:39 -0700 Subject: [PATCH 2/2] edit to fix new CI issue --- tests/adc_mux.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/adc_mux.test.cpp b/tests/adc_mux.test.cpp index 04339df..23d0b33 100644 --- a/tests/adc_mux.test.cpp +++ b/tests/adc_mux.test.cpp @@ -120,4 +120,4 @@ boost::ut::suite adc_mux_test = []() { }; }; -} // namespace hal::soft \ No newline at end of file +} // namespace hal::soft