You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a metadata test to not have whitespace before the "(". (#1154)
With records coming, we use whitespace there to disambiguate metadata
annotation arguments from a subsequent record type annotation. There
was a metadata formatting test whose before code had whitespace there
and now will be interpreted differently (and erroneously) by the
language. This fixes that test.
0 commit comments