Skip to content

Commit 59e09e2

Browse files
committed
formatting
1 parent a01ab26 commit 59e09e2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/NUglify/Css/CssParser.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3878,10 +3878,7 @@ string NextSignificantToken()
38783878

38793879
// next token
38803880
m_currentToken = m_scanner.NextToken(!m_insideCalc);
3881-
if (EchoWriter != null)
3882-
{
3883-
EchoWriter.Write(CurrentTokenText);
3884-
}
3881+
EchoWriter?.Write(CurrentTokenText);
38853882

38863883
m_encounteredNewLine = m_encounteredNewLine || m_scanner.GotEndOfLine;
38873884
}

0 commit comments

Comments
 (0)