Skip to content

Commit

Permalink
Correct indentation of the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
CronofyMatt committed Aug 13, 2024
1 parent e9bac5d commit b948582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Cronofy.Test/CronofyOAuthClientTests/Attachments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Cronofy.Test.CronofyOAuthClientTests
[TestFixture]
public sealed class Attachments
{
private const string ClientId = "abcdef123456";
private const string ClientId = "abcdef123456";
private const string ClientSecret = "s3cr3t1v3";

private CronofyOAuthClient client;
Expand Down

0 comments on commit b948582

Please sign in to comment.