Skip to content

Commit f14a567

Browse files
hvitvedCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d985c48 commit f14a567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • shared/tree-sitter-extractor/src/generator

shared/tree-sitter-extractor/src/generator/ql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl fmt::Display for Class<'_> {
6060
write!(f, "private ")?;
6161
}
6262
if let Some(alias) = &self.alias {
63-
write!(f, "class {} = {alias} ;", &self.name)?;
63+
write!(f, "class {} = {alias};", &self.name)?;
6464
return Ok(());
6565
}
6666
if self.is_abstract {

0 commit comments

Comments
 (0)