Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseytupichenkov committed Mar 28, 2018
1 parent efbbaa9 commit 4164c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Services/DatabaseBackup/MongodbDatabaseBackup.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ public function restore(AbstractExecutor $executor): void
self::$metadata = $dm->getMetadataFactory()->getLoadedMetadata();
}
}
}
}
2 changes: 1 addition & 1 deletion src/Services/DatabaseBackup/MysqlDatabaseBackup.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ public function restore(AbstractExecutor $executor): void
self::$metadata = $em->getMetadataFactory()->getLoadedMetadata();
}
}
}
}

0 comments on commit 4164c0b

Please sign in to comment.