Skip to content

Commit f88cc83

Browse files
committed
fix whitespace
1 parent 7b7338c commit f88cc83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dotnet/test/common/BiDi/Script/CallFunctionLocalValueTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ public async Task CanCallFunctionWithArgumentFalse()
7979
var arg = new BooleanLocalValue(false);
8080

8181
var result = await context.Script.CallFunctionAsync($$"""
82-
(arg) => {
83-
if (arg !== false) {
84-
throw new Error("Assert failed: " + arg);
82+
(arg) => {
83+
if (arg !== false) {
84+
throw new Error("Assert failed: " + arg);
85+
}
8586
}
86-
}
87-
""", false, new() { Arguments = [arg] });
87+
""", false, new() { Arguments = [arg] });
8888

8989
Assert.That(result, Is.TypeOf<EvaluateResultSuccess>(), $"Call was not successful: {result}");
9090
}

0 commit comments

Comments
 (0)