fi-0130: Duplicate attribute argument {:#fi-0130}

An attribute cannot have two arguments with the same name:

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

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

Instead, only provide one argument with that name:

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

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