Skip to content

Commit

Permalink
misc: match formatting with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Nov 6, 2024
1 parent b2f965b commit 2024a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl<D: DAL> Service<D> {
::std::io::_print(
format_args!(
"Box dyn Trait singleton lifetime service started on port {0}\n",
port
port,
),
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl<D: DAL> Service<D> {
{
::std::io::_print(
format_args!(
"Impl Trait singleton lifetime service started on port {0}\n", port
"Impl Trait singleton lifetime service started on port {0}\n", port,
),
);
};
Expand Down

0 comments on commit 2024a0c

Please sign in to comment.