Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
info: remove extre '\n'
Baptiste Daroussin committed 1 year ago
commit 9ac306363698c0252b010127c91d26959f3774f1
parent c627ad8
1 file changed +0 -2
modified src/utils.c
@@ -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;
	}