Skip to content

Commit 1a0499e

Browse files
authored
Remove trailing whitespace
1 parent 7ae224a commit 1a0499e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub fn initialize(_argc: *const isize, _argv: *const *const *const u8) -> isize
131131
/// from the corpus, return either [Corpus::Keep] or [Corpus::Reject] from your
132132
/// fuzz target. The default behavior (e.g. if `()` is returned) is to keep the
133133
/// input in the corpus.
134-
///
134+
///
135135
/// For example:
136136
///
137137
/// ```no_run

0 commit comments

Comments
 (0)