Skip to content

Commit

Permalink
Make use statements redundant
Browse files Browse the repository at this point in the history
In 68bc00b, while fixing coding style,
I introduced many, many use statements in that file. Using
half-qualified names sometimes, and unqualified names some other times
makes no sense.

If AST\ is used at least once, use it always.
  • Loading branch information
greg0ire committed Nov 26, 2022
1 parent f9d5a89 commit 198f0ed
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 133 deletions.
Loading

0 comments on commit 198f0ed

Please sign in to comment.