Skip to content

Commit 2ef864d

Browse files
authored
Update NumberColumn.php
1 parent 8116641 commit 2ef864d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NumberColumn.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function round($places = 0)
2121

2222
public function format($places = 0)
2323
{
24-
2524
$this->callback = function ($value) use ($places) {
2625
return number_format($value, $places, '.', ',');
2726
};

0 commit comments

Comments
 (0)