From 719b2beb9a6d049d0d8d35186cbb77b8df0ac33c Mon Sep 17 00:00:00 2001 From: "Dmitry.Mozin" Date: Mon, 16 Oct 2023 12:15:36 +0300 Subject: [PATCH] [MEDIDEV-509] Coding style fix, first iteration. --- .../ObjectPrinting/LazyParse/IFormulaEvaluator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Excel.TemplateEngine/ObjectPrinting/LazyParse/IFormulaEvaluator.cs b/Excel.TemplateEngine/ObjectPrinting/LazyParse/IFormulaEvaluator.cs index 8f8cc28..3e88b09 100644 --- a/Excel.TemplateEngine/ObjectPrinting/LazyParse/IFormulaEvaluator.cs +++ b/Excel.TemplateEngine/ObjectPrinting/LazyParse/IFormulaEvaluator.cs @@ -9,4 +9,4 @@ public interface IFormulaEvaluator string? TryEvaluate( Cell cell); } -} +} \ No newline at end of file