Skip to content

Commit

Permalink
fix signoff + rustfmt - closes #610
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Aug 5, 2021
1 parent 7c7a313 commit 90d1a79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
commit-message: rustfmt
signoff: true
title: rustfmt
body: |
Changes from `rustfmt +nightly --edition 2018 **/*.rs`.
Expand Down
6 changes: 4 additions & 2 deletions examples/crd_derive.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
use k8s_openapi::apimachinery::pkg::apis::meta::v1::Condition;
use kube::{CustomResource, CustomResourceExt, Resource};
use kube::core::object::{HasSpec, HasStatus};
use kube::{
core::object::{HasSpec, HasStatus},
CustomResource, CustomResourceExt, Resource,
};
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 90d1a79

Please sign in to comment.