Skip to content

Commit

Permalink
add missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
burakemir committed Aug 14, 2015
1 parent b3851eb commit 56ee349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fib_benchmark.dart
Expand Up @@ -28,4 +28,4 @@ fib 25
var tick = new DateTime.now().millisecondsSinceEpoch;
interpreter.interpret(program);
print(new DateTime.now().millisecondsSinceEpoch - tick);
}
}

0 comments on commit 56ee349

Please sign in to comment.