Skip to content

Commit 7a80d34

Browse files
committed
Address comment. Whitespaces are important :)
1 parent ce534a8 commit 7a80d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl<St: BuilderState> ConfigBuilder<St> {
174174
Ok(self)
175175
}
176176

177-
///Sets an override if value is Some(_)
177+
/// Sets an override if value is Some(_)
178178
///
179179
/// This function sets an overwrite value if Some(_) is passed. If None is passed, this function does nothing.
180180
/// It will not be altered by any default, [`Source`] nor [`AsyncSource`]

0 commit comments

Comments
 (0)