Formatting

This commit is contained in:
silvanshade 2022-05-29 18:21:13 -06:00
parent 0f80ce1474
commit d34b074c47
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,7 @@
margin-right: auto;
margin-top: 25vh;
}
.container textarea {
width: 100%;
height: 100%;
@ -48,7 +49,7 @@
await init();
await serve(stdin, stdout);
</script>
</script>
</body>
</html>

View file

@ -6,8 +6,7 @@ use tower_lsp::{jsonrpc, lsp_types::*, LanguageServer, LspService, Server};
use wasm_bindgen::{prelude::*, JsCast};
use wasm_bindgen_futures::stream::JsStream;
struct LspServer {
}
struct LspServer {}
#[tower_lsp::async_trait]
impl LanguageServer for LspServer {