Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit c3f8cd3

Browse files
committed
Run rustfmt
1 parent 5553ac4 commit c3f8cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! replacement of parts of its content, with the ability to prevent changing
33
//! the same parts multiple times.
44
5-
use anyhow::{Error, ensure, anyhow};
5+
use anyhow::{anyhow, ensure, Error};
66
use std::rc::Rc;
77

88
#[derive(Debug, Clone, PartialEq, Eq)]

0 commit comments

Comments
 (0)