Browse Source

Formatting

David Peter 2 years ago
parent
commit
74df537d63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      numbat/src/ast.rs

+ 1 - 1
numbat/src/ast.rs

@@ -1,4 +1,4 @@
-use crate::markup::{self as m, FormattedString};
+use crate::markup as m;
 use crate::{
     arithmetic::Exponent, decorator::Decorator, markup::Markup, number::Number, prefix::Prefix,
     pretty_print::PrettyPrint,