style fix

This commit is contained in:
AF 2023-05-26 11:36:16 +00:00
parent 8d435044cc
commit d873e33768

View File

@ -1,5 +1,5 @@
//! Binary trees without balancing. //! Binary trees without balancing.
//! //!
//! Intended for testing. //! Intended for testing.
use std::fmt::Display; use std::fmt::Display;