From 059e93cb86542ab12c1597d2a87a16be2ac38fa9 Mon Sep 17 00:00:00 2001 From: franc Date: Wed, 16 Apr 2025 17:27:41 +0200 Subject: [PATCH] Remove Blank line --- .../Services/Instruction/IInstructionService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Francesco.Recipes.World/Services/Instruction/IInstructionService.cs b/Francesco.Recipes.World/Services/Instruction/IInstructionService.cs index 8ddedf5..fa514a1 100644 --- a/Francesco.Recipes.World/Services/Instruction/IInstructionService.cs +++ b/Francesco.Recipes.World/Services/Instruction/IInstructionService.cs @@ -5,6 +5,5 @@ Task MoveInstructionUpAsync(Guid instructionId); Task MoveInstructionDownAsync(Guid instructionId); - } }