Skip to content

Commit

Permalink
style: Replace tab by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Nov 14, 2024
1 parent 9ef5590 commit 5a4796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/pact_models/src/matchingrules/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ impl MatchingRuleCategory {
rules.rules.push(matcher);
}

/// Remove a rule from this category
/// Remove a rule from this category
pub fn remove_rule(&mut self, key: &DocPath) {
self.rules.remove(key);
}
Expand Down

0 comments on commit 5a4796a

Please sign in to comment.