mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Update generator/src/ql.rs
Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
@@ -152,11 +152,7 @@ impl<'a> fmt::Display for Expression<'a> {
|
||||
}
|
||||
write!(f, "{}", var)?;
|
||||
}
|
||||
write!(f, " | ")?;
|
||||
write!(f, "{}", range)?;
|
||||
write!(f, " | ")?;
|
||||
write!(f, "{}", term)?;
|
||||
write!(f, ")")
|
||||
write!(f, " | {} | {})", range, term)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user