Skip to content

Commit

Permalink
style: fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
octocat committed Nov 1, 2023
1 parent 64b901f commit 6fd56a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Consul/Agent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ public async Task<QueryResult<LocalServiceHealth>> GetLocalServiceHealthByID(str
public async Task<QueryResult<AgentVersion>> GetAgentVersion(CancellationToken ct = default)
{
return await _client.Get<AgentVersion>("/v1/agent/version").Execute(ct).ConfigureAwait(false);
}
}
/// <summary>
/// Log streamer
/// </summary>
Expand Down

0 comments on commit 6fd56a7

Please sign in to comment.