Skip to content

Commit 28018eb

Browse files
committed
cargo fmt
1 parent e4d36c2 commit 28018eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splashsurf/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl Switch {
8383
/// Runs the splashsurf CLI with the provided command line arguments.
8484
///
8585
/// This function behaves like the binary `splashsurf` command line tool including output to stdout and stderr.
86-
/// Note that the first argument is always ignored - this is typically the binary name when called using
86+
/// Note that the first argument is always ignored - this is typically the binary name when called using
8787
/// `std::env::args()` from the terminal:
8888
/// ```
8989
/// splashsurf::cli::run_splashsurf(["splashsurf", "--version"]);

0 commit comments

Comments
 (0)