Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Mar 15, 2021
1 parent 074c6d6 commit 4164a21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/NUglify/Css/CssParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3878,10 +3878,7 @@ string NextSignificantToken()

// next token
m_currentToken = m_scanner.NextToken(!m_insideCalc);
if (EchoWriter != null)
{
EchoWriter.Write(CurrentTokenText);
}
EchoWriter?.Write(CurrentTokenText);

m_encounteredNewLine = m_encounteredNewLine || m_scanner.GotEndOfLine;
}
Expand Down

0 comments on commit 4164a21

Please sign in to comment.