util/nvmutil: remove redundant break

err takes care of it

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 21:43:11 +00:00
parent f59f45893b
commit f57358ac1e
-1
View File
@@ -352,7 +352,6 @@ open_gbe_file(void)
break;
default:
err(ECANCELED, "File size must be 8KB, 16KB or 128KB");
break;
}
}