mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:37 +00:00
Rename ruff_formatter::builders::BestFitting
to FormatBestFitting
(#4841)
This commit is contained in:
parent
e7a2e0f437
commit
14e06f9f8b
3 changed files with 6 additions and 6 deletions
|
@ -48,7 +48,7 @@ pub use buffer::{
|
|||
Buffer, BufferExtensions, BufferSnapshot, Inspect, PreambleBuffer, RemoveSoftLinesBuffer,
|
||||
VecBuffer,
|
||||
};
|
||||
pub use builders::BestFitting;
|
||||
pub use builders::FormatBestFitting;
|
||||
pub use source_code::{SourceCode, SourceCodeSlice};
|
||||
|
||||
pub use crate::diagnostics::{ActualStart, FormatError, InvalidDocumentError, PrintError};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue