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

Commit b74998a

Browse files
dennwcjuanjux
authored andcommitted
Update driver/normalizer/normalizer.go
Co-Authored-By: juanjux <[email protected]>
1 parent 08af62a commit b74998a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/normalizer/normalizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ var Normalizers = []Mapping{
234234
// No problem dropping this one, it's used by an internal interpreter optimization/cache
235235
// without semantic meaning
236236
{Name: "ctx", Optional: "opt_ctx", Op: Any()},
237-
// TODO: change this once we've a way to store other nodes on semantic objects
237+
// FIXME: change this once we've a way to store other nodes on semantic objects
238238
// See: https://github.com/bblfsh/sdk/issues/361
239239
// See: https://github.com/bblfsh/python-driver/issues/178
240240
{Name: "noops_previous", Optional: "np_opt", Op: Any()},

0 commit comments

Comments
 (0)