Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
marverlous811 committed Sep 28, 2024
1 parent cf6d2bb commit 62965ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer/src/agent_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl AgentStore {
.insert(id, AgentEntry { tx, conn_id })

Check warning on line 27 in crates/relayer/src/agent_store.rs

View check run for this annotation

Codecov / codecov/patch

crates/relayer/src/agent_store.rs#L27

Added line #L27 was not covered by tests
{
log::warn!(
"add new connection for agent {id}, old connection {} will deactive",
"add new connection for agent {id}, old connection {} will deactivate",

Check warning on line 30 in crates/relayer/src/agent_store.rs

View check run for this annotation

Codecov / codecov/patch

crates/relayer/src/agent_store.rs#L29-L30

Added lines #L29 - L30 were not covered by tests
agent.conn_id
);
agent.tx.close();
Expand Down

0 comments on commit 62965ae

Please sign in to comment.