Skip to content

Commit

Permalink
Remove trailing and
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Dec 2, 2024
1 parent 9f28176 commit 62a63b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/03_the_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub const MODEL_SAMPLE_RATE: usize = 16000;

static FIRST_RUN: AtomicBool = AtomicBool::new(true);

/// A fake stub model. This will be a model of only hyperparameters and
/// A fake stub model. This will be a model of only hyperparameters
#[derive(Clone, Debug, Deserialize)]
#[serde(default)]
pub struct Model {
Expand Down
2 changes: 1 addition & 1 deletion src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub const MODEL_SAMPLE_RATE: usize = 16000;

static FIRST_RUN: AtomicBool = AtomicBool::new(true);

/// A fake stub model. This will be a model of only hyperparameters and
/// A fake stub model. This will be a model of only hyperparameters
#[derive(Clone, Debug, Deserialize)]
#[serde(default)]
pub struct Model {
Expand Down

0 comments on commit 62a63b1

Please sign in to comment.