Skip to content

Commit 5204ada

Browse files
author
Lucas Araujo
committed
style: format constructor with consistent spacing
1 parent 84c025b commit 5204ada

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MySpeed/MySpeed.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ class MySpeed extends \App\SupportedApps implements \App\EnhancedApps
66
{
77
public $config;
88

9-
public function __construct() {}
9+
public function __construct() {
10+
11+
}
1012

1113
public function test()
1214
{

0 commit comments

Comments
 (0)