Skip to content

Commit

Permalink
feat(publisher): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lostman committed Sep 12, 2024
1 parent b1d06dd commit 86b0fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
11 changes: 3 additions & 8 deletions crates/fuel-streams-core/src/outputs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ use crate::prelude::*;
impl StreamEncoder for fuel_tx::output::Output {}
impl Streamable for fuel_tx::output::Output {
const NAME: &'static str = "outputs";
const WILDCARD_LIST: &'static [&'static str] = &[
CoinSubject::WILDCARD,
ContractSubject::WILDCARD,
ChangeSubject::WILDCARD,
VariableSubject::WILDCARD,
ContractCreatedSubject::WILDCARD,
];
}
const WILDCARD_LIST: &'static [&'static str] =
&[OutputsSubject::WILDCARD, OutputsByIdSubject::WILDCARD];
}
6 changes: 1 addition & 5 deletions crates/fuel-streams-core/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ pub use fuel_core_types::{
services::block_importer::ImportResult,
};

pub use crate::{
blocks::types::*,
nats::types::*,
transactions::types::*,
};
pub use crate::{blocks::types::*, nats::types::*, transactions::types::*};

// ------------------------------------------------------------------------
// General
Expand Down

0 comments on commit 86b0fcf

Please sign in to comment.