Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Dec 20, 2024
1 parent 40cb78e commit 432d23b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/startos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,10 @@ pub fn server<C: Context>() -> ParentHandler<C> {
.subcommand(
"test-smtp",
from_fn_async(system::test_system_smtp)
.no_display()
.with_about("Send test email using system smtp server and credentials")
.with_call_remote::<CliContext>())
.no_display()
.with_about("Send test email using system smtp server and credentials")
.with_call_remote::<CliContext>()
)
.subcommand(
"clear-smtp",
from_fn_async(system::clear_system_smtp)
Expand Down

0 comments on commit 432d23b

Please sign in to comment.