Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Oct 10, 2024
1 parent c0aa006 commit 6c3ea69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -9730,8 +9730,8 @@ buffer_results_xml (GString *buffer, iterator_t *results, task_t task,
&& (use_delta_fields
? result_iterator_delta_may_have_notes (results)
: result_iterator_may_have_notes (results)))

Check warning on line 9732 in src/gmp.c

View check run for this annotation

Codecov / codecov/patch

src/gmp.c#L9730-L9732

Added lines #L9730 - L9732 were not covered by tests
buffer_result_notes_xml (buffer, result,
selected_task, include_notes_details, lean);
buffer_result_notes_xml (buffer, result,
selected_task, include_notes_details, lean);

if (include_overrides
&& (use_delta_fields
Expand Down

0 comments on commit 6c3ea69

Please sign in to comment.