Skip to content

Commit 7bc0bd9

Browse files
committed
chore: correct rust fmt error
1 parent 04f75db commit 7bc0bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cratedb/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl Image for CrateDB {
7676

7777
fn env_vars(
7878
&self,
79-
) -> impl IntoIterator<Item=(impl Into<Cow<'_, str>>, impl Into<Cow<'_, str>>)> {
79+
) -> impl IntoIterator<Item = (impl Into<Cow<'_, str>>, impl Into<Cow<'_, str>>)> {
8080
&self.env_vars
8181
}
8282
}

0 commit comments

Comments
 (0)