fi-0027: Blank lines in doc comment block {:#fi-0027}

There should be no blank lines in a doc comment block:

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

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

Instead, blank lines should only be placed before or after the doc comment block:

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

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

Alternatively, consider omitting the blank lines altogether:

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

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