Parens and Commas application syntax

This commit is contained in:
Anthony Bullard 2024-12-28 06:48:58 -06:00
parent 91ed6a5a8e
commit af39ce57fb
No known key found for this signature in database
36 changed files with 438 additions and 154 deletions

View file

@ -101,7 +101,7 @@ pub enum Output<'a> {
impl<'a> Output<'a> {
pub fn format(&self) -> InputOwned {
let arena = Bump::new();
let flags = MigrationFlags::new(false);
let flags = MigrationFlags::new(false, false);
let mut buf = Buf::new_in(&arena, flags);
match self {
Output::Header(header) => {