From 1d731dfa6de9797aa1ae8fe91c57a7a52a6b42b8 Mon Sep 17 00:00:00 2001 From: Znackt Date: Wed, 10 Jul 2024 22:43:34 +0530 Subject: [PATCH] fixed the indentation --- src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.rs b/src/editor.rs index cef25c2..563be90 100644 --- a/src/editor.rs +++ b/src/editor.rs @@ -60,4 +60,4 @@ impl Editor { } Ok(()) } -} \ No newline at end of file +}