Skip to content

Commit

Permalink
fix: fixed again shitty tabs in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sikelio committed Jul 29, 2024
1 parent e6f5b93 commit c36d4b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ string hostname = "your-hostname";

Shutdown shutdown = new();
shutdown
.ShutdownComputer()
.Soft()
.SetTimeOut(5)
.SetComment("Custom reason");
.ShutdownComputer()
.Soft()
.SetTimeOut(5)
.SetComment("Custom reason");

ShutdownResult shutdownResult = await shutdown.Run();
```
Expand Down

0 comments on commit c36d4b6

Please sign in to comment.