From 353f558f67fe0cf52bf08526ba73e2e0a8766082 Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Tue, 22 Dec 2020 16:25:28 -0600 Subject: [PATCH] Format --- vm/src/stdlib/math.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vm/src/stdlib/math.rs b/vm/src/stdlib/math.rs index 46bf7ca18..e934b53b6 100644 --- a/vm/src/stdlib/math.rs +++ b/vm/src/stdlib/math.rs @@ -453,11 +453,11 @@ fn math_fsum(iter: PyIterable, vm: &VirtualMachine) -> PyResult