Skip to content

Commit

Permalink
Update crates/biome_cli/src/commands/rage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ze-Zheng Wu <zezhengwu@proton.me>
  • Loading branch information
denbezrukov and Sec-ant authored Jun 30, 2024
1 parent ca688c0 commit 8702b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_cli/src/commands/rage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ impl Display for RageConfiguration<'_, '_> {
{KeyValuePair("Line ending", markup!({DebugDisplayOption(graphql_formatter_configuration.line_ending)}))}
{KeyValuePair("Line width", markup!({DebugDisplayOption(graphql_formatter_configuration.line_width)}))}
{KeyValuePair("Bracket spacing", markup!({DebugDisplayOption(graphql_formatter_configuration.bracket_spacing)}))}
{KeyValuePair("Quote style", markup!({DebugDisplay(graphql_formatter_configuration.quote_style)}))}
{KeyValuePair("Quote style", markup!({DebugDisplayOption(graphql_formatter_configuration.quote_style)}))}
).fmt(fmt)?;
}

Expand Down

0 comments on commit 8702b20

Please sign in to comment.