Skip to content

Commit 6da3b1a

Browse files
authored
README - wrap a long line
1 parent af4e712 commit 6da3b1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ During request processing, additional properties can be attached to the completi
146146

147147
public HomeController(IDiagnosticContext diagnosticContext)
148148
{
149-
_diagnosticContext = diagnosticContext ?? throw new ArgumentNullException(nameof(diagnosticContext));
149+
_diagnosticContext = diagnosticContext ??
150+
throw new ArgumentNullException(nameof(diagnosticContext));
150151
}
151152

152153
public IActionResult Index()

0 commit comments

Comments
 (0)