Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Apr 16, 2023
1 parent f5e9007 commit 33b0458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
# trigger on pushes to the master branch and 1-alpha
# trigger on pushes to the main branch and 1-alpha
push:
branches:
- master
- main
- 1-alpha
# trigger on all pull requests
Expand Down
3 changes: 2 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use embedded_hal::digital::ErrorKind::{self, Other};
use std::{error::Error as StdError, fmt, io};

use embedded_hal::digital::ErrorKind::{self, Other};

/// Errors that may occur during mocking.
#[derive(PartialEq, Clone, Debug)]
pub enum MockError {
Expand Down

0 comments on commit 33b0458

Please sign in to comment.