build/release/roms: remove errant line break

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-09-09 22:11:28 +01:00
parent f03efbc27f
commit 877c691ef5
-1
View File
@@ -43,7 +43,6 @@ main()
init_check
for romdir in bin/*; do
[ -d "${romdir}" ] || continue
make_archive "${romdir}"
done