Skip to content

Commit

Permalink
bou-1 - triggering a build
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Cook committed Jan 23, 2025
1 parent 25f8cf8 commit 178434f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Bounteous.DotNet.Test.Essentials.Tests/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ namespace Bounteous.DotNet.Test.Essentials.Tests
{
public class Client(IService service)
{
public async Task Go()
=> await service.Go();
public async Task Go() => await service.Go();

public async Task Go(Request request)
=> await service.Go(request);
Expand Down

0 comments on commit 178434f

Please sign in to comment.