Skip to content

Commit

Permalink
Update crates/biome_cli/src/diagnostics.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
  • Loading branch information
anthonyshew and ematipico authored Oct 28, 2024
1 parent 2d92ba1 commit f59db4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_cli/src/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ pub struct ServerNotRunning;
)
)]
pub struct IncompatibleEndConfiguration {
pub reason: String,
reason: String,
}

#[derive(Debug, Diagnostic)]
Expand Down

0 comments on commit f59db4f

Please sign in to comment.