Skip to content

Commit

Permalink
Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
vangroan committed May 5, 2024
1 parent f564262 commit c27e60e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/vuur_vm/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
use crate::value::{Value};
use crate::value::Value;
use crate::{
handle::Handle,
instruction_set::{Arg24, Op},
value::{Closure, ConstantId, GlobalId, LocalId, Module, Program, ScriptFunc},
vm_v2::{VM},
vm_v2::VM,
};

use std::rc::Rc;
use std::time::{Instant, Duration};
use std::time::{Duration, Instant};

/// Create a recursive fibonacci script function.
fn fibonacci(module: Handle<Module>) -> Rc<ScriptFunc> {
Expand Down

0 comments on commit c27e60e

Please sign in to comment.