From efc600b433982bfdf8944a6d0553373e83459270 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 30 Aug 2018 19:49:34 +0200 Subject: [PATCH] correct line lengths --- Plattform/Plattform/IPlattformService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Plattform/Plattform/IPlattformService.cs b/Plattform/Plattform/IPlattformService.cs index f31a6af..69e65d1 100644 --- a/Plattform/Plattform/IPlattformService.cs +++ b/Plattform/Plattform/IPlattformService.cs @@ -9,7 +9,9 @@ using Plattform.Models; namespace Plattform { - // NOTE: You can use the "Rename" command on the "Refactor" menu to change the interface name "IPlattformService" in both code and config file together. + // NOTE: You can use the "Rename" command on the "Refactor" menu to change + // the interface name "IPlattformService" in both code and config file + // together. [ServiceContract] public interface IPlattformService {