style(data_structures): line breaks (#7766)

Style nit. Add line breaks.
This commit is contained in:
overlookmotel 2024-12-10 11:00:12 +00:00
parent 19a8aa5238
commit e97a9549be

View file

@ -1,4 +1,6 @@
//! Data structures used across other oxc crates.
#![warn(missing_docs)]
pub mod rope;
pub mod stack;