Skip to content

Commit bb5f630

Browse files
committed
tidyall.
1 parent 224c601 commit bb5f630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Sympa/DatabaseDriver/MySQL.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ sub is_sufficient_field_type {
342342

343343
# As of MySQL 8.0.17, the display width attribute is deprecated for
344344
# integer data types (MeriaDB has not).
345-
if ($required =~ /\A((?:tiny|small|medium|big)?int)(?:[(]\d+[)])?\z/
345+
if ( $required =~ /\A((?:tiny|small|medium|big)?int)(?:[(]\d+[)])?\z/
346346
and $actual eq $1) {
347347
return 1;
348348
}

0 commit comments

Comments
 (0)