remove superfluous newline

[ci skip]
This commit is contained in:
Robert Habermeier 2016-07-06 11:49:22 +02:00
parent fd62944efc
commit 908104e365

View File

@ -69,7 +69,6 @@ impl From<MigrationError> for Error {
match err {
MigrationError::Io(e) => Error::Io(e),
_ => Error::MigrationFailed,
}
}
}