Skip to content

Commit 45ecae9

Browse files
committed
fix formatting
1 parent d7c58f7 commit 45ecae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ await context.Script.CallFunctionAsync($$"""
120120
(arg) => {
121121
if (arg.toISOString() !== '{{EpochString}}') {
122122
throw new Error("Assert failed: " + arg.toISOString());
123-
}
123+
}
124124
}
125125
""", false, new() { Arguments = [epochDate] });
126126
}, Throws.Nothing);

0 commit comments

Comments
 (0)