forked from glen/dyna3
Remove trailing space in console log
This commit is contained in:
parent
f5ba861ffa
commit
7c8539fe54
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ impl ConfigSubspace {
|
||||||
// print the eigenvalues
|
// print the eigenvalues
|
||||||
#[cfg(all(target_family = "wasm", target_os = "unknown"))]
|
#[cfg(all(target_family = "wasm", target_os = "unknown"))]
|
||||||
console::log_1(&JsValue::from(
|
console::log_1(&JsValue::from(
|
||||||
format!("Eigenvalues used to find kernel: {}", eig.eigenvalues)
|
format!("Eigenvalues used to find kernel:{}", eig.eigenvalues)
|
||||||
));
|
));
|
||||||
|
|
||||||
ConfigSubspace {
|
ConfigSubspace {
|
||||||
|
|
Loading…
Add table
Reference in a new issue