Remove tabs from BNF comments

Minor cleanup on the BNF comments - get rid of tabs and align them
pull/752/head
Yuri Astrakhan 8 months ago committed by Thomas Tanon
parent 54489aacfb
commit 18bf383701
  1. 1
      lib/oxttl/src/lexer.rs

@ -240,7 +240,6 @@ impl N3Lexer {
) -> Option<(usize, Result<N3Token<'a>, TokenRecognizerError>)> { ) -> Option<(usize, Result<N3Token<'a>, TokenRecognizerError>)> {
// [139s] PNAME_NS ::= PN_PREFIX? ':' // [139s] PNAME_NS ::= PN_PREFIX? ':'
// [140s] PNAME_LN ::= PNAME_NS PN_LOCAL // [140s] PNAME_LN ::= PNAME_NS PN_LOCAL
// [167s] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS | '.')* PN_CHARS)? // [167s] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS | '.')* PN_CHARS)?
let mut i = 0; let mut i = 0;
loop { loop {

Loading…
Cancel
Save