Skip to content

Commit

Permalink
chore: trim out some silly whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Jul 9, 2024
1 parent c989e1c commit 183dc34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Unleash/Communication/UnleashApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,4 @@ private static void SetCustomHeaders(HttpRequestMessage requestMessage, Dictiona
requestMessage.Headers.TryAddWithoutValidation(header.Key, header.Value);
}
}
}
}
4 changes: 2 additions & 2 deletions src/Unleash/Internal/UnleashServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public UnleashServices(UnleashSettings settings, EventCallbackConfig eventConfig
}
else
{
// Mocked backend: fill instance collection
// Mocked backend: fill instance collection
apiClient = settings.UnleashApiClient;
}

Expand Down Expand Up @@ -136,4 +136,4 @@ public void Dispose()
ToggleCollection?.Dispose();
}
}
}
}
2 changes: 1 addition & 1 deletion src/Unleash/Metrics/ClientMetrics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ public string SpecVersion
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/Unleash.Tests/Strategy/Segments_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ public static IUnleash CreateUnleash(string name, ToggleCollection state)
return unleash;
}
}
}
}

0 comments on commit 183dc34

Please sign in to comment.