Skip to content

Commit 4af05cb

Browse files
mpociotgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 84bad16 commit 4af05cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DataObjects/Printer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ public function __construct(
1111
public int $status,
1212
public bool $isDefault,
1313
public array $options
14-
)
15-
{
14+
) {
1615

1716
}
1817
}

src/System.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function promptTouchID(string $reason): bool
2929
public function printers(): array
3030
{
3131
$printers = $this->client->get('system/printers')->json('printers');
32+
3233
return collect($printers)->map(function ($printer) {
3334
return new Printer(
3435
data_get($printer, 'name'),

0 commit comments

Comments
 (0)