Skip to content

Commit

Permalink
style(data_structures): line breaks (#7766)
Browse files Browse the repository at this point in the history
Style nit. Add line breaks.
  • Loading branch information
overlookmotel committed Dec 10, 2024
1 parent 19a8aa5 commit e97a954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/oxc_data_structures/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//! Data structures used across other oxc crates.
#![warn(missing_docs)]

pub mod rope;
pub mod stack;

0 comments on commit e97a954

Please sign in to comment.