Skip to content

Commit 5d7c7b7

Browse files
RamType0Copilot
andauthored
fix: Missing space after 'if' keyword
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1210901 commit 5d7c7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/UnsafeMinPriorityQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private void RemoveRootNode()
189189
/// </summary>
190190
internal void Heapify()
191191
{
192-
if(nodes.Length <= 1)
192+
if (nodes.Length <= 1)
193193
{
194194
return;
195195
}

0 commit comments

Comments
 (0)