Skip to content

Commit

Permalink
fix(ssg): 🐛 fix fornatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Sep 9, 2024
1 parent c7025e6 commit f9a130c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ use std::path::Path;
/// # Arguments
///
/// * `matches` - A reference to an ArgMatches object containing the
/// command-line arguments passed to the tool. This is created by the `clap`
/// command-line arguments passed to the tool. This is created by the `clap`
/// crate.
///
/// # Returns
///
/// * A Result indicating success or failure.
/// - Ok() if the project was created successfully and the output files were
/// - Ok() if the project was created successfully and the output files were
/// written to the output directory.

Check failure on line 36 in src/cmd/process.rs

View workflow job for this annotation

GitHub Actions / Lint

doc list item without indentation
/// - Err(anyhow::Error) if the project could not be created or the output
/// files

Check failure on line 38 in src/cmd/process.rs

View workflow job for this annotation

GitHub Actions / Lint

doc list item without indentation
Expand Down

0 comments on commit f9a130c

Please sign in to comment.