Skip to content

Commit cf89660

Browse files
committed
use OPT_DELIM
1 parent fa99fe4 commit cf89660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pub fn get_info() -> Vec<Vec<String>> {
201201
result.push(Vec::new());
202202
}
203203
if can_add {
204-
if curr_line.contains("# -") {
204+
if curr_line.contains(OPT_DELIM) {
205205
result[index].push(curr_line);
206206
} else {
207207
result[index].push(curr_line.replace(COMM_DELIM, ""));

0 commit comments

Comments
 (0)