From b8960219b4ee4d4481ddb88a14edc1ab468b407b Mon Sep 17 00:00:00 2001 From: dougbu Date: Wed, 30 Jul 2014 23:02:44 -0700 Subject: [PATCH] Fix Stylecop failure - long line --- .../Formatters/DefaultOutputFormattersProvider.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/DefaultOutputFormattersProvider.cs b/src/Microsoft.AspNet.Mvc.Core/Formatters/DefaultOutputFormattersProvider.cs index 7b9ff161fe..a14712fee2 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Formatters/DefaultOutputFormattersProvider.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Formatters/DefaultOutputFormattersProvider.cs @@ -10,7 +10,8 @@ using Microsoft.Framework.OptionsModel; namespace Microsoft.AspNet.Mvc { /// - public class DefaultOutputFormattersProvider : OptionDescriptorBasedProvider, IOutputFormattersProvider + public class DefaultOutputFormattersProvider + : OptionDescriptorBasedProvider, IOutputFormattersProvider { /// /// Initializes a new instance of the DefaultOutputFormattersProvider class.