Skip to content

Commit

Permalink
fix docs/clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Sep 11, 2023
1 parent 7fd3ee6 commit a3a9da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/configuration/src/parachain.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::{cell::RefCell, error::Error, fmt::Display, marker::PhantomData, rc::Rc};

use multiaddr::Multiaddr;
use serde::{ser::SerializeStruct, Serialize};
use serde::Serialize;

use crate::shared::{
errors::{ConfigError, FieldError},
Expand Down

0 comments on commit a3a9da5

Please sign in to comment.