Skip to content

Commit

Permalink
fix rustc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Oct 18, 2023
1 parent 34e44f2 commit 45a1223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dprint_plugin/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use dprint_core::configuration::{
get_unknown_property_diagnostics, get_value, ConfigKeyMap, ConfigurationDiagnostic,
GlobalConfiguration, ResolveConfigurationResult,
GlobalConfiguration, NewLineKind, ResolveConfigurationResult,
};
use malva::config::{
BlockSelectorLineBreak, FormatOptions, HexCase, LanguageOptions, LayoutOptions, LineBreak,
Expand Down

0 comments on commit 45a1223

Please sign in to comment.