From 56f53ddca0135e17708af585bfb50144d6836f55 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 18 May 2023 06:24:50 +0000 Subject: fmt: update rustfmt.toml --- examples/ast_to_gemtext.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/ast_to_gemtext.rs') diff --git a/examples/ast_to_gemtext.rs b/examples/ast_to_gemtext.rs index 5ceef21..4b96893 100644 --- a/examples/ast_to_gemtext.rs +++ b/examples/ast_to_gemtext.rs @@ -46,8 +46,5 @@ This is more text after a blank line. That was a link without text."#; fn main() { - println!( - "{}", - germ::ast::Ast::from_string(EXAMPLE_GEMTEXT).to_gemtext() - ); + println!("{}", germ::ast::Ast::from_string(EXAMPLE_GEMTEXT).to_gemtext()); } -- cgit v1.2.3