diff --git a/Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs b/Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs
index c9e97e6..3a6f585 100644
--- a/Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs
+++ b/Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs
@@ -15,8 +15,7 @@ namespace ConfectioneryBusinessLogic.OfficePackage.Implements
///
///
///
- private static JustificationValues
- GetJustificationValues(WordJustificationType type)
+ private static JustificationValues GetJustificationValues(WordJustificationType type)
{
return type switch
{
@@ -44,8 +43,7 @@ namespace ConfectioneryBusinessLogic.OfficePackage.Implements
///
///
///
- private static ParagraphProperties?
- CreateParagraphProperties(WordTextProperties? paragraphProperties)
+ private static ParagraphProperties? CreateParagraphProperties(WordTextProperties? paragraphProperties)
{
if (paragraphProperties == null)
{