Skip to content

Commit 0b038de

Browse files
committed
Applied cargo fmt.
1 parent 676e78e commit 0b038de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pretty_print/pretty_statements.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl ToDoc for Statement {
206206
}
207207

208208
// Metabuiltin statement: just emit its name as a standalone command.
209-
Statement::MetaStmt(name) => concat(text("meta " ), text(name.clone())),
209+
Statement::MetaStmt(name) => concat(text("meta "), text(name.clone())),
210210

211211
// Test definitions (similar a function, mas preservando palavra-chave test/modtest)
212212
Statement::TestDef(func) => {

0 commit comments

Comments
 (0)