chore: github made a weird commit
This commit is contained in:
parent
8b9991fd5b
commit
6af6607df4
|
@ -7,7 +7,7 @@ use urlencoding::decode;
|
||||||
|
|
||||||
use crate::{error::Error, line_numbers::LineNumbers};
|
use crate::{error::Error, line_numbers::LineNumbers};
|
||||||
|
|
||||||
pub const COMPILING_PROGRESS_TOKEN: &str = "compiling-aiken```
|
pub const COMPILING_PROGRESS_TOKEN: &str = "compiling-aiken";
|
||||||
pub const CREATE_COMPILING_PROGRESS_TOKEN: &str = "create-compiling-progress-token";
|
pub const CREATE_COMPILING_PROGRESS_TOKEN: &str = "create-compiling-progress-token";
|
||||||
|
|
||||||
pub fn text_edit_replace(new_text: String) -> TextEdit {
|
pub fn text_edit_replace(new_text: String) -> TextEdit {
|
||||||
|
|
Loading…
Reference in New Issue