Skip to content

Commit dace752

Browse files
committed
fix whitespace further
1 parent f88cc83 commit dace752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ public async Task CanCallFunctionWithArgumentFalse()
8080

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

0 commit comments

Comments
 (0)