Skip to content

Commit e02ef5e

Browse files
committed
IDE formatter changes
1 parent 38cf879 commit e02ef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Controllers/FrameworksController/ImportCompetencies.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public IActionResult ImportCompetencies(int frameworkId, string tabname, bool is
2121
if (userRole < 2)
2222
return StatusCode(403);
2323
var model = new ImportCompetenciesViewModel(framework, isNotBlank);
24-
24+
2525
return View("Developer/Import/Index", model);
2626
}
2727
public IActionResult DownloadCompetencies(int frameworkId, int DownloadOption, string vocabulary)

0 commit comments

Comments
 (0)