aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-11 10:23:24 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-11 10:23:24 +0300
commitb21d8e7c164b63d14d15cfdf3dda68ae88a03043 (patch)
treed4df5ec93d5cc3011766470183a8a43a96439405 /Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs
parent6323ea8d74be3440286acaf73cab98024a858499 (diff)
downloadTango-b21d8e7c164b63d14d15cfdf3dda68ae88a03043.tar.gz
Tango-b21d8e7c164b63d14d15cfdf3dda68ae88a03043.zip
Code cleanup for warnings.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/HomeController.cs2
1 files changed, 1 insertions, 1 deletions
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()
{