Add missing newlines between constants in MDEventsSet and

MDRequirementsSet
This commit is contained in:
2021-10-11 15:11:15 +02:00
parent ca5be31efb
commit ee24739002
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ final class MDRequirementsSet {
// Object images need to be at least 500 px wide
const MIN_OBJECT_IMAGE_WIDTH = 540;
// Object images need to be at least 500 px wide
const MIN_OBJECT_IMAGE_HEIGHT = 540;