formatting source-code for 803981c831

This commit is contained in:
github-actions
2020-06-20 18:38:30 +00:00
parent 803981c831
commit 5b6d1c6b44

View File

@@ -40,8 +40,8 @@ auto printArray = [](int *arr, int sz) {
/**
*
* The heapify procedure can be thought of as building a heap from
* the bottom up by successively sifting downward to establish the
* The heapify procedure can be thought of as building a heap from
* the bottom up by successively sifting downward to establish the
* heap property.
*
*/