Skip to content

Commit c5fe2f3

Browse files
Robert GreensladeRobbieG15
authored andcommitted
Fix the linting errors
Signed-off-by: Robert Greenslade <robert.greenslade@resonantsciences.com> Signed-off-by: Robert Greenslade <robbieg1515@gmail.com>
1 parent 24747cc commit c5fe2f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

greenwave_monitor/src/greenwave_monitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ GreenwaveMonitor::GetTimestampFromSerializedMessage(
457457

458458
std::chrono::time_point<std::chrono::system_clock> timestamp(
459459
std::chrono::duration_cast<std::chrono::system_clock::duration>(
460-
std::chrono::seconds(timestamp_sec) + std::chrono::nanoseconds(timestamp_nanosec)
460+
std::chrono::seconds(timestamp_sec) + std::chrono::nanoseconds(timestamp_nanosec)
461461
)
462462
);
463463
return timestamp;

0 commit comments

Comments
 (0)