Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Oct 9, 2022
1 parent ccf0b9d commit b7ee802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/DefinitionParser/JsonDefinitionParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public function parseMigrationDefinition(MigrationDefinition $definition)

return $this->parseMigrationDefinitionData($data, $definition, 'Json');
}
}
}
2 changes: 1 addition & 1 deletion Core/DefinitionParser/YamlDefinitionParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ public function parseMigrationDefinition(MigrationDefinition $definition)

return $this->parseMigrationDefinitionData($data, $definition);
}
}
}

0 comments on commit b7ee802

Please sign in to comment.