Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rysweet committed Jan 22, 2025
1 parent 97f24f1 commit 045dcbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public ValueTask<List<string>> GetSubscribedAndHandlingAgents(string topic, stri
});
}
agents = agents.Distinct().ToList();

return new ValueTask<List<string>>(agents);
}
public ValueTask<(IGateway? Worker, bool NewPlacement)> GetOrPlaceAgent(AgentId agentId)
Expand Down

0 comments on commit 045dcbb

Please sign in to comment.