Skip to content

Commit ef12ef0

Browse files
committed
add formatting block on includes
1 parent fd10215 commit ef12ef0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/SparkFun_Soil_Moisture_Sensor.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author SparkFun Electronics
1111
* @date 2025
1212
* @copyright Copyright (c) 2025, SparkFun Electronics Inc. This project is released under the MIT License.
13-
*
13+
*
1414
* SPDX-License-Identifier: MIT
1515
*/
1616

@@ -20,9 +20,10 @@
2020
#pragma once
2121

2222
// To make the Arduino machine happy, include the toolkit header before the core implementation for this device
23+
// clang-format off
2324
#include <SparkFun_Toolkit.h>
2425
#include "sfTk/sfDevSoilMoisture.h"
25-
26+
// clang-format on
2627

2728
// Note:
2829
// The core of the implementation for this device library is in the SparkFun Toolkit object sfDevSoilMoisture,

0 commit comments

Comments
 (0)