Browse Source

Add indentation for WASM version

David Peter 1 year ago
parent
commit
c2b541b022
1 changed files with 1 additions and 1 deletions
  1. 1 1
      numbat-wasm/src/lib.rs

+ 1 - 1
numbat-wasm/src/lib.rs

@@ -177,7 +177,7 @@ impl Numbat {
 
     pub fn print_info(&mut self, keyword: &str) -> JsValue {
         let output = self.ctx.print_info_for_keyword(keyword);
-        self.format(&output, false).into()
+        self.format(&output, true).into()
     }
 
     pub fn get_completions_for(&self, input: &str) -> Vec<JsValue> {