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

Commit 08af62a

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

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
@@ -213,7 +213,7 @@ var Normalizers = []Mapping{
213213
AnnotateType("keyword", MapObj(
214214
Fields{
215215
{Name: "arg", Op: Var("name")},
216-
// TODO: change this once we've a way to store other nodes on semantic objects
216+
// FIXME: change this once we've a way to store other nodes on semantic objects
217217
// See: https://github.com/bblfsh/sdk/issues/361
218218
// See: https://github.com/bblfsh/python-driver/issues/178
219219
{Name: "noops_previous", Optional: "np_opt", Op: Any()},

0 commit comments

Comments
 (0)