Skip to content

Commit db9b5ff

Browse files
committed
[squash] lint fix
1 parent 7139e97 commit db9b5ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tracing/agent.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ class Agent {
7070
Agent();
7171
~Agent();
7272

73-
TracingController* GetTracingController() { return tracing_controller_.get(); }
73+
TracingController* GetTracingController() {
74+
return tracing_controller_.get();
75+
}
7476

7577
enum UseDefaultCategoryMode {
7678
kUseDefaultCategories,

0 commit comments

Comments
 (0)