mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 17:47:02 +05:30
cargo: fmt
This commit is contained in:
parent
53a28f5823
commit
20e7ba87de
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ pub enum Matcher<'config> {
|
|||
#[derive(Clone, Debug, Deserialize)]
|
||||
pub enum Action<'config> {
|
||||
#[serde(rename = "replace")]
|
||||
Replace { from: &'config str, to: &'config str },
|
||||
Replace {
|
||||
from: &'config str,
|
||||
to: &'config str,
|
||||
},
|
||||
#[serde(rename = "prefix")]
|
||||
Prefix { prefix: &'config str },
|
||||
#[serde(rename = "suffix")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue