blob: 4b52602a45d1627ebaca753ca5238d6d4fd35ef7 [file] [log] [blame] [edit]
# shouldn't add trailing spaces to the blank line after the first comment.
cc_binary(
deps = [
# comment before blank line
# comment after blank line
"y",
"a",
],
)