Skip to content

Commit

Permalink
Merge pull request #1 from tommilligan/fmt
Browse files Browse the repository at this point in the history
fixup formatting
  • Loading branch information
tommilligan authored Dec 6, 2022
2 parents ef283a5 + 8838787 commit bedb8fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: check

jobs:
detailed-test:
needs: fast-test
name: Test main target
runs-on: ubuntu-22.04
steps:
Expand Down
4 changes: 1 addition & 3 deletions src/chainable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ pub struct ChainMiddleware<T> {

impl<T> ChainMiddleware<T> {
pub fn new(inner: T) -> Self {
Self {
inner
}
Self { inner }
}

pub(crate) fn inner(&self) -> &T {
Expand Down

0 comments on commit bedb8fc

Please sign in to comment.