fi-0014: Attribute with empty parentheses {:#fi-0014}

This error occurs if an attribute has parentheses but no arguments.

{% include “docs/reference/fidl/language/error-catalog/label/_bad.md” %}

{% includecode gerrit_repo="fuchsia/fuchsia" gerrit_path="tools/fidl/fidlc/tests/fidl/bad/fi-0014.test.fidl" exclude_regexp="\/\/ (Copyright 20|Use of|found in).*" %}

To fix it, remove the parentheses from attributes with no arguments, or supply arguments if arguments were intended.

{% include “docs/reference/fidl/language/error-catalog/label/_good.md” %}

{% includecode gerrit_repo="fuchsia/fuchsia" gerrit_path="tools/fidl/fidlc/tests/fidl/good/fi-0014.test.fidl" exclude_regexp="\/\/ (Copyright 20|Use of|found in).*" %}

FIDL disallows empty argument lists on attributes mostly as a stylistic choice.