Skip to content

Commit

Permalink
spacing'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Nov 19, 2024
1 parent ab7c41e commit 4eeaca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/sdk/server-ai/test/InterpolationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void TestInterpolationWithMultiKindContext()
{ "count", LdValue.Of(12) }
})).Build();

var cat= Context.Builder(ContextKind.Of("cat"), "456")
var cat = Context.Builder(ContextKind.Of("cat"), "456")
.Set("health", LdValue.ObjectFrom(new Dictionary<string, LdValue>
{
{ "hunger", LdValue.Of("off the charts") }
Expand Down Expand Up @@ -225,7 +225,7 @@ public void TestInterpolationMultiKindContextHasKindMulti()
{ "count", LdValue.Of(12) }
})).Build();

var cat= Context.Builder(ContextKind.Of("cat"), "456")
var cat = Context.Builder(ContextKind.Of("cat"), "456")
.Set("health", LdValue.ObjectFrom(new Dictionary<string, LdValue>
{
{ "hunger", LdValue.Of("off the charts") }
Expand Down

0 comments on commit 4eeaca6

Please sign in to comment.