Just a dumb commit to retrigger a build, please squash it

This commit is contained in:
Ana Gelez 2020-06-26 13:47:31 +02:00
parent 9e0bbf81ed
commit 60bb5b72f6

View File

@ -85,7 +85,7 @@ local CargoFmt() = basePipeline(
{ {
name: "cargo-fmt", name: "cargo-fmt",
image: plumeEnv, image: plumeEnv,
commands: [ "cargo fmt --all -- --check" ] commands: [ "cargo fmt --all -- --check" ],
}, },
saveCache, saveCache,
] ]