Skip to content

Commit

Permalink
Adjust formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaAmora committed Feb 29, 2024
1 parent b754064 commit 495e042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/term/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ pub enum Term {
#[default]
Err,
}

impl Clone for Term {
fn clone(&self) -> Self {
stacker::maybe_grow(1024 * 32, 1024 * 1024, move || match self {
Expand Down

0 comments on commit 495e042

Please sign in to comment.