Implement padding support for Container
This commit is contained in:
parent
6e9ab1cd6f
commit
749a9588d7
7 changed files with 46 additions and 21 deletions
|
|
@ -225,7 +225,7 @@ enum Error {
|
|||
|
||||
impl From<reqwest::Error> for Error {
|
||||
fn from(error: reqwest::Error) -> Error {
|
||||
dbg!(&error);
|
||||
dbg!(error);
|
||||
|
||||
Error::APIError
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue