Skip to content

Commit

Permalink
remove break line
Browse files Browse the repository at this point in the history
  • Loading branch information
enoldev committed Sep 22, 2024
1 parent 0c722ab commit 3a7c3eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starknet-events/templates/src/lib.rs.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ fn map_{{ $contract.Identifier }}_events(transactions: Transactions) -> Result<E
};

if let {{ $contract.Identifier}}_event = {{ $contract.IdentifierCapitalize }}Event::try_from(emitted_event) {

let event_json = serde_json::to_string(&{{ $contract.Identifier}}_event).unwrap();
let event = Event {
json_description: event_json
Expand Down

0 comments on commit 3a7c3eb

Please sign in to comment.