Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Dec 2, 2023
1 parent 0de71eb commit 44f76ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spi/spi-conf/src/serv/placehodler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn parse_content(content: &str) -> Vec<Segment<'_>> {
result.push(Segment::Replace { key });
idx = mat.end();
}
result.push_str(Segment::Raw(&content[idx..]));
result.push(Segment::Raw(&content[idx..]));
result
}

Expand Down

0 comments on commit 44f76ed

Please sign in to comment.