Skip to content

Commit e6f19e8

Browse files
style(pre-commit): autofix
1 parent 69b703a commit e6f19e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: system/system_monitor/include/system_monitor/gpu_monitor/nvml_gpu_monitor.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
#include <nvml.h>
2626

27+
#include <list>
2728
#include <map>
2829
#include <set>
2930
#include <string>
3031
#include <vector>
31-
#include <list>
3232

3333
#define reasonToString(X) \
3434
(((X)&nvmlClocksThrottleReasonGpuIdle) ? "GpuIdle" \

0 commit comments

Comments
 (0)