From ad3c9047a364f47e5ad585968bb3074a4416f34b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 19 Aug 2018 17:18:42 +0200 Subject: [PATCH] shorten comment to 80 character columns --- Plattform/Plattform/PlattformService.svc.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Plattform/Plattform/PlattformService.svc.cs b/Plattform/Plattform/PlattformService.svc.cs index 1cfafa8..ceec896 100644 --- a/Plattform/Plattform/PlattformService.svc.cs +++ b/Plattform/Plattform/PlattformService.svc.cs @@ -7,8 +7,11 @@ using System.Text; namespace Plattform { - // NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "PlattformService" in code, svc and config file together. - // NOTE: In order to launch WCF Test Client for testing this service, please select PlattformService.svc or PlattformService.svc.cs at the Solution Explorer and start debugging. + // NOTE: You can use the "Rename" command on the "Refactor" menu to change + // the class name "PlattformService" in code, svc and config file together. + // NOTE: In order to launch WCF Test Client for testing this service, please + // select PlattformService.svc or PlattformService.svc.cs at the Solution + // Explorer and start debugging. public class PlattformService : IPlattformService { public void DoWork()