Skip to content

Commit 856dede

Browse files
committed
fix style
1 parent d4b96ef commit 856dede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_sql/mysql/pdo/src/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
};
101101

102102
// Configure the templating engine.
103-
$container['view'] = function() {
103+
$container['view'] = function () {
104104
return Twig::create(__DIR__ . '/../views');
105105
};
106106

0 commit comments

Comments
 (0)