Skip to content

Commit 29a1077

Browse files
authored
code style
1 parent 2ef864d commit 29a1077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NumberColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function round($places = 0)
1818

1919
return $this;
2020
}
21-
21+
2222
public function format($places = 0)
2323
{
2424
$this->callback = function ($value) use ($places) {

0 commit comments

Comments
 (0)