We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676e78e commit 0b038deCopy full SHA for 0b038de
src/pretty_print/pretty_statements.rs
@@ -206,7 +206,7 @@ impl ToDoc for Statement {
206
}
207
208
// Metabuiltin statement: just emit its name as a standalone command.
209
- Statement::MetaStmt(name) => concat(text("meta " ), text(name.clone())),
+ Statement::MetaStmt(name) => concat(text("meta "), text(name.clone())),
210
211
// Test definitions (similar a function, mas preservando palavra-chave test/modtest)
212
Statement::TestDef(func) => {
0 commit comments