Skip to content

Commit 3659b18

Browse files
committed
Add newlines at the end of the fuzzing files
1 parent 6bb5fa5 commit 3659b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

minmax/fuzzing/minmax_element.fuzz.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz) {
7878
}
7979

8080
return 0;
81-
}
81+
}

minmax/fuzzing/minmax_element_variants.fuzz.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz) {
138138
}
139139

140140
return 0;
141-
}
141+
}

0 commit comments

Comments
 (0)