Skip to content

Commit 111b6e2

Browse files
fix: pvp-124-2
Removed the single white space at the end of a comment.
1 parent b371703 commit 111b6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/TestHelpers/MessageHooksConditional.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public int NumberOfMessagesReceived
2929
}
3030

3131
/// <summary>
32-
/// For debug logging purposes, this returns the <see cref="MessageHooks"/> still remaining as a string.
32+
/// For debug logging purposes, this returns the <see cref="MessageHooks"/> still remaining as a string.
3333
/// </summary>
3434
/// <returns>A list of the remaining message hooks.</returns>
3535
public string GetHooksStillWaiting()

0 commit comments

Comments
 (0)