Remove trailing space in console log
This commit is contained in:
parent
f5ba861ffa
commit
7c8539fe54
@ -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…
Reference in New Issue
Block a user