aboutsummaryrefslogtreecommitdiff
path: root/ast
diff options
context:
space:
mode:
Diffstat (limited to 'ast')
-rw-r--r--ast/modify_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/ast/modify_test.go b/ast/modify_test.go
index 20fe907..6a96539 100644
--- a/ast/modify_test.go
+++ b/ast/modify_test.go
@@ -125,8 +125,7 @@ func TestModify(t *testing.T) {
equal := reflect.DeepEqual(modified, tt.expected)
if !equal {
- t.Errorf("not equal. got=%#v, want=%#v",
- modified, tt.expected)
+ t.Errorf("not equal. got=%#v, want=%#v", modified, tt.expected)
}
}