Updated formatting [skip ci]

This commit is contained in:
Andrew Kane
2024-07-27 08:25:09 -07:00
parent 6c692ef23f
commit 8684c2ba62
2 changed files with 23 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ sub test_aggregate
else
{
# Does not raise overflow error in this instance due to loss of precision
is($res, "[24576,24576,49152]")
is($res, "[24576,24576,49152]");
}
}