Skip to content

Commit

Permalink
applied clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
fktn-k committed Nov 20, 2023
1 parent aca2d43 commit 13b991b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fkYAML/detail/input/lexical_analyzer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,8 @@ class lexical_analyzer
{
if (needs_last_single_quote)
{
// If single quotation marks are repeated twice in a single-quoted string token, they are considered as
// an escaped single quotation mark.
// If single quotation marks are repeated twice in a single-quoted string token, they are considered
// as an escaped single quotation mark.
current = m_input_handler.get_next();
if (current != '\'')
{
Expand Down

0 comments on commit 13b991b

Please sign in to comment.