cargo fmt

Signed-off-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
Richard Feldman 2024-01-23 00:01:46 -05:00 committed by GitHub
parent 615975b30a
commit 2dc7c4d169
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ pub fn highlight(code: &str) -> Vec<String> {
} else {
code
};
for location in roc_parse::highlight::highlight(code) {
let current_text = &code[offset..location.byte_range().end];