chore: github made a weird commit

This commit is contained in:
rvcas 2023-02-20 15:15:27 -05:00 committed by Lucas
parent 8b9991fd5b
commit 6af6607df4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {