aboutsummaryrefslogtreecommitdiff
path: root/ast
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2022-08-24 14:27:07 +0200
committerDimitri Sokolyuk <sokolyuk@gmail.com>2022-08-24 14:27:07 +0200
commite452a2ec377334144aa9204514b8ad4bd2c2254e (patch)
tree8aadd92002a6c9587e2582c13eb0b62db164aa3f /ast
parent6293378bb84702e9cbfc392158114c07d23d9642 (diff)
more cleanup
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)
}
}