Skip to content

Commit f2421d7

Browse files
committed
Apply fixes from StyleCI
1 parent b900419 commit f2421d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Formatters/DateFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ public function format($value, $row): string
2323

2424
return $value ? Carbon::parse($value)->format($this->format) : '';
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)