Skip to content

Commit d6b8436

Browse files
committed
clang format
1 parent 28435ea commit d6b8436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_MQTT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class Adafruit_MQTT_Publish {
287287
double f,
288288
uint8_t precision =
289289
2, // Precision controls the minimum number of digits after decimal.
290-
// This might be ignored and a higher precision value sent.
290+
// This might be ignored and a higher precision value sent.
291291
bool retain = false);
292292
bool publish(int32_t i, bool retain = false);
293293
bool publish(uint32_t i, bool retain = false);

0 commit comments

Comments
 (0)