[nfc] Reformat doc-string in generate_export_header (#1376)

This was previously not compliant with Buildifier checker
This commit is contained in:
Vy Nguyen 2022-03-17 14:31:36 -04:00 committed by GitHub
parent 808571a52f
commit a480a088fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -118,8 +118,10 @@ def generate_export_header(
no_export_deprecated_macro_name = None,
static_define = None,
**kwargs):
"""Creates a rule to generate an export header for a named library. This
is an incomplete implementation of CMake's generate_export_header. (In
"""
Creates a rule to generate an export header for a named library.
This is an incomplete implementation of CMake's generate_export_header. (In
particular, it assumes a platform that uses
__attribute__((visibility("default"))) to decorate exports.)