Skip to content

Commit 0a961e0

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 4f355e2 commit 0a961e0

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

tests/validation/periman/periman.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void adc_continuous_test(void) {
216216
#if SOC_ADC_SUPPORTED
217217
// Now test manual deinit path
218218
setup_test("ADC_Continuous_deinit", ADC1_DEFAULT, ADC2_DEFAULT);
219-
test_executed = false; // Skip the pinMode test in teardown
219+
test_executed = false; // Skip the pinMode test in teardown
220220
adc_conversion_done = false; // Reset flag
221221

222222
analogContinuousSetWidth(12);

tests/validation/sdcard/diagram.esp32h2.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@
3434
],
3535
"dependencies": {}
3636
}
37-
38-

tests/validation/sdcard/diagram.esp32p4.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,3 @@
4949
],
5050
"dependencies": {}
5151
}
52-
53-

0 commit comments

Comments
 (0)