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

Commit cd0b506

Browse files
dennwcjuanjux
andauthored
Update driver/normalizer/normalizer.go
Co-Authored-By: juanjux <[email protected]>
1 parent 3e4d2f4 commit cd0b506

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

0 commit comments

Comments
 (0)