Skip to content

Commit

Permalink
Rustfmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsten committed Jan 4, 2024
1 parent ed2c7a7 commit c1860af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/util/EIP-712/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with OpenEthereum. If not, see <http://www.gnu.org/licenses/>.

use validator::{ValidationErrors, ValidationErrorsKind};
use thiserror::Error;
use validator::{ValidationErrors, ValidationErrorsKind};

pub(crate) type Result<T> = ::std::result::Result<T, ErrorKind>;

Expand Down

0 comments on commit c1860af

Please sign in to comment.