From 5a4796a089636237dddac3d4e99d4485172fc8b5 Mon Sep 17 00:00:00 2001 From: "tien.xuan.vo" Date: Thu, 14 Nov 2024 13:05:31 +0700 Subject: [PATCH] style: Replace tab by spaces --- rust/pact_models/src/matchingrules/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pact_models/src/matchingrules/mod.rs b/rust/pact_models/src/matchingrules/mod.rs index 3b40b875..438b59b6 100644 --- a/rust/pact_models/src/matchingrules/mod.rs +++ b/rust/pact_models/src/matchingrules/mod.rs @@ -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); }