Fixed linting errors

This commit is contained in:
Jef Roosens 2022-02-25 21:54:16 +01:00
parent 732b53b6ce
commit 4a4362c138
Signed by untrusted user: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 12 additions and 9 deletions

View file

@ -20,8 +20,8 @@ pub struct NewContainer {
entrypoint []string [json: Entrypoint]
cmd []string [json: Cmd]
env []string [json: Env]
work_dir string [json: WorkingDir]
user string [json: User]
work_dir string [json: WorkingDir]
user string [json: User]
}
struct CreatedContainer {