From 559a19b16d82971da200efb93436fa29a34d540d Mon Sep 17 00:00:00 2001 From: garyghayrat Date: Thu, 20 Jun 2024 11:27:38 -0400 Subject: [PATCH] Remove duplicate lines --- foundry.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/foundry.toml b/foundry.toml index ba9af75..cdb3ba0 100644 --- a/foundry.toml +++ b/foundry.toml @@ -25,11 +25,9 @@ bracket_spacing = false int_types = "long" line_length = 120 - line_length = 120 multiline_func_header = "attributes_first" number_underscore = "thousands" quote_style = "double" single_line_statement_blocks = "multi" - single_line_statement_blocks = "multi" tab_width = 2 wrap_comments = true