Skip to content

Commit 4355c5a

Browse files
author
Lucas Araujo
committed
style(Memos): improve code formatting and readability
1 parent b4589ee commit 4355c5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Memos/Memos.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
class Memos extends \App\SupportedApps implements \App\EnhancedApps
66
{
7-
87
public $config;
98

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

1213
public function test()
1314
{

0 commit comments

Comments
 (0)