From b21d8e7c164b63d14d15cfdf3dda68ae88a03043 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 11 Jun 2018 10:23:24 +0300 Subject: Code cleanup for warnings. --- .../Web/Tango.MachineService/Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs index 1e67c6845..a7c526f67 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs @@ -6,7 +6,7 @@ using System.Web.Mvc; namespace Tango.MachineService.Controllers { - public class HomeController : Controller + public class HomeController : Controller { public String Index() { -- cgit v1.3.1