From 64c8e32d22a9f0f2f823e2cba1411f24126be021 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 14 Jan 2017 13:50:37 +0100 Subject: [PATCH] fmt --- Yavsc/Controllers/InstrumentationController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Yavsc/Controllers/InstrumentationController.cs b/Yavsc/Controllers/InstrumentationController.cs index 101366d0..db7c5508 100644 --- a/Yavsc/Controllers/InstrumentationController.cs +++ b/Yavsc/Controllers/InstrumentationController.cs @@ -56,7 +56,6 @@ namespace Yavsc.Controllers ViewBag.YetAvailableInstruments = _context.Instrument.Select(k=>new SelectListItem { Text = k.Name, Value = k.Id.ToString(), Disabled = ownedArray.Contains(k.Id) }); - return View(new Instrumentation { UserId = uid }); }