Skip to content

Commit

Permalink
info: remove extre '\n'
Browse files Browse the repository at this point in the history
Since we stop making our own ucl exporters there was and extra '\n'
  • Loading branch information
bapt committed Jul 1, 2024
1 parent c627ad8 commit 9ac3063
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ print_info(struct pkg * const pkg, uint64_t options)
outflags |= PKG_MANIFEST_EMIT_COMPACT;

pkg_emit_manifest_file(pkg, stdout, outflags);
printf("\n");

return;
}

Expand Down

0 comments on commit 9ac3063

Please sign in to comment.