Skip to content

Commit bff848e

Browse files
committed
fix code example formatting
1 parent 6973097 commit bff848e

File tree

1 file changed

+5
-2
lines changed
  • resources/views/docs/desktop/2/the-basics

1 file changed

+5
-2
lines changed

resources/views/docs/desktop/2/the-basics/system.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,11 @@ it give you any special privileges to their system.**
9393
You can list all available printers:
9494

9595
```blade
96-
@@use(Native\Desktop\Facades\System) @@foreach(System::printers() as $printer)
97-
@{{ $printer->displayName }} @@endforeach
96+
@@use(Native\Desktop\Facades\System)
97+
98+
@@foreach(System::printers() as $printer)
99+
@{{ $printer->displayName }}
100+
@@endforeach
98101
```
99102

100103
Each item in the printers array is a `\Native\Desktop\DataObjects\Printer` which contains various device details and

0 commit comments

Comments
 (0)