Skip to content

Commit

Permalink
Fixed clang tidy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaowu committed Jul 17, 2024
1 parent 2fc51d2 commit e6e0854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/cactus_rt/tracing/trace_aggregator.disabled.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TraceAggregator {

void DeregisterThreadTracer(const std::shared_ptr<ThreadTracer>& /* tracer */) {}

void Start(){};
void Start() {};

void RequestStop() noexcept {}

Expand Down
1 change: 1 addition & 0 deletions include/cactus_rt/tracing/utils/string_interner.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef CACTUS_TRACING_STRING_INTERNER_H_
#define CACTUS_TRACING_STRING_INTERNER_H_

#include <cstdint>
#include <list>
#include <string>
#include <string_view>
Expand Down

0 comments on commit e6e0854

Please sign in to comment.