fi-0132: Unexpected attribute argument {:#fi-0132}

When using an official attribute that takes no arguments, you cannot provide an argument:

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

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

Instead, remove the argument:

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

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