From 129a6b820984b02989ea87935bccbd7c4f5ad34e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 25 Mar 2018 03:17:55 +0200 Subject: format imports --- evaluator/macro_expansion_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'evaluator/macro_expansion_test.go') diff --git a/evaluator/macro_expansion_test.go b/evaluator/macro_expansion_test.go index 4a67f35..81c03ef 100644 --- a/evaluator/macro_expansion_test.go +++ b/evaluator/macro_expansion_test.go @@ -1,11 +1,12 @@ package evaluator import ( + "testing" + "monkey/ast" "monkey/lexer" "monkey/object" "monkey/parser" - "testing" ) func TestDefineMacros(t *testing.T) { -- cgit v1.2.3