fix formatting
This commit is contained in:
parent
33d4d81850
commit
3d73fd3660
|
|
@ -258,9 +258,10 @@ impl Client {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use crate::events::ContainerCreate;
|
|
||||||
use prost_types::Any;
|
use prost_types::Any;
|
||||||
|
|
||||||
|
use crate::events::ContainerCreate;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn any_roundtrip() {
|
fn any_roundtrip() {
|
||||||
let original = ContainerCreate {
|
let original = ContainerCreate {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue