delete blank lines

This commit is contained in:
Franck Boué 2022-11-18 13:31:04 +01:00 committed by GitHub
parent 024fdf9c1a
commit 9ed82d1f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,11 +536,9 @@ class Html
switch ($attribute->name) {
case 'start':
$start = (int) $attribute->value;
break;
case 'type':
$type = $attribute->value;
break;
}
}