Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit e884740

Browse files
bzzjuanjux
andauthoredFeb 20, 2019
Update driver/normalizer/normalizer.go
Co-Authored-By: juanjux <[email protected]>
1 parent abf0e5a commit e884740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎driver/normalizer/normalizer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ var Normalizers = []Mapping{
178178
{Name: uast.KeyPos, Op: Var("pos_")},
179179
{Name: "attr", Op: Var("aname")},
180180
// No problem dropping this one, it's used by an internal interpreter optimization
181-
//cache
181+
// cache without semantic meaning
182182
// without semantic meaning
183183
{Name: "ctx", Op: Any()},
184184
{Name: "noops_previous", Optional: "np_opt", Op: Var("noops_previous")},

0 commit comments

Comments
 (0)
This repository has been archived.