Skip to content

Commit fa0e457

Browse files
fix lint (#530)
1 parent aeed650 commit fa0e457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FeatureFlagDemo/Controllers/HomeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public async Task<IActionResult> About()
3131
if (await _featureManager.IsEnabledAsync(MyFeatureFlags.CustomViewData))
3232
{
3333
ViewData["Message"] = $"This is FANCY CONTENT you can see only if '{MyFeatureFlags.CustomViewData}' is enabled.";
34-
};
34+
}
3535

3636
return View();
3737
}

0 commit comments

Comments
 (0)