Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete ast/format.go and ast/format_test.go #3554

Closed
nathanielc opened this issue Mar 16, 2021 · 1 comment · Fixed by #3998
Closed

Delete ast/format.go and ast/format_test.go #3554

nathanielc opened this issue Mar 16, 2021 · 1 comment · Fixed by #3998
Assignees

Comments

@nathanielc
Copy link
Contributor

nathanielc commented Mar 16, 2021

This issue is about actually deleting the Go formatter code once it is no longer used.

@nathanielc nathanielc added this to the Sprint 21-Q3-5 milestone Aug 23, 2021
@skartikey skartikey self-assigned this Aug 24, 2021
@skartikey
Copy link
Contributor

currently ast formatter references are present in the following files -

req.Query = ast.Format(file)

fromFile := ast.Format(pkg)

newScript := ast.Format(astPkg) + "\n"

req.Query = ast.Format(s.spec.BuildQuery())

sb.WriteString(ast.Format(a) + "\n")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants