Skip to content

Commit

Permalink
pgindent
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnefoa committed Jun 7, 2024
1 parent 2a17783 commit 9e99522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pg_tracing_active_spans.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ begin_active_span(pgTracingTraceContext * trace_context, Span * span,
}
if (query_len > 0)
span->operation_name_offset = add_str_to_trace_buffer(normalised_query,
query_len);
query_len);
}

/*
Expand Down

0 comments on commit 9e99522

Please sign in to comment.