dev-db/mysql: fix DoubleEmptyLine

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-12-17 12:38:42 +00:00
parent d28880dfff
commit 5d9b158c6f

View File

@@ -246,7 +246,6 @@ src_configure() {
-DWITH_ROUTER=$(usex router ON OFF)
)
if use debug; then
# Debug build type used extensively to add preprocessor definitions
local -x CMAKE_BUILD_TYPE="Debug"