Skip to content

Commit 8907779

Browse files
authored
Fix formatting in Runner (#13871)
1 parent 778c004 commit 8907779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Intent/Runner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static void Run(IEnumerable<string> paths, IRunLogger logger)
6868
// When the result is a task we need to await it.
6969
// TODO: this can be improved with await, imho
7070
task.GetAwaiter().GetResult();
71-
};
71+
}
7272

7373
passed++;
7474
logger.WriteTestPassed(method, testStopwatch.Elapsed);

0 commit comments

Comments
 (0)