Skip to content

Commit a480a08

Browse files
authored
[nfc] Reformat doc-string in generate_export_header (google#1376)
This was previously not compliant with Buildifier checker
1 parent 808571a commit a480a08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/generate_export_header.bzl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ def generate_export_header(
118118
no_export_deprecated_macro_name = None,
119119
static_define = None,
120120
**kwargs):
121-
"""Creates a rule to generate an export header for a named library. This
122-
is an incomplete implementation of CMake's generate_export_header. (In
121+
"""
122+
Creates a rule to generate an export header for a named library.
123+
124+
This is an incomplete implementation of CMake's generate_export_header. (In
123125
particular, it assumes a platform that uses
124126
__attribute__((visibility("default"))) to decorate exports.)
125127

0 commit comments

Comments
 (0)