Skip to content

Commit 0aa90f2

Browse files
committed
Fixed styling
1 parent 4b4dd05 commit 0aa90f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_data/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function ($view) use ($di) {
9797
});
9898

9999

100-
$di->set('datetime', function() {
100+
$di->set('datetime', function () {
101101
return new DateTime();
102102
});
103103

0 commit comments

Comments
 (0)