Skip to content

Commit 830dad6

Browse files
committed
chore(test): whitespace edits
1 parent 47460e7 commit 830dad6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/bin_test.f90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ pure function subject() result(specimen)
2424
function results() result(test_results)
2525
type(test_result_t), allocatable :: test_results(:)
2626

27-
test_results = [ &
28-
test_result_t("partitioning items nearly evenly across bins", verify_block_partitioning()), &
29-
test_result_t("partitioning all item across all bins without item loss", verify_all_items_partitioned()) &
30-
]
27+
test_results = [ &
28+
test_result_t("partitioning items nearly evenly across bins", verify_block_partitioning()), &
29+
test_result_t("partitioning all item across all bins without item loss", verify_all_items_partitioned()) &
30+
]
3131
end function
3232

3333
function verify_block_partitioning() result(test_passes)

0 commit comments

Comments
 (0)