Skip to content

Commit

Permalink
Add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMHasperhoven committed Oct 17, 2024
1 parent a9690a0 commit 1aaaaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/compiler/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fn process_chain_config(chain_config: ChainConfig) -> AppResult<Registry> {
transport_metadata_along_channel(
ibc_input,
source_asset_metadata,
&chain_config.priority_scores_by_base
&chain_config.priority_scores_by_base,
)?;
all_metadata.push(transferred_asset);
}
Expand Down

0 comments on commit 1aaaaa9

Please sign in to comment.