Skip to content

Commit d30b8be

Browse files
Run buildifier
Add blank line as insisted upon by buildifier. This splits up a block of related variables, disassociating one from its corresponding comment, but there is no currently known way to stop this, and we need to be buildifier-clean in order to switch on enforcing of style correctness as judged by buildifier. See also bazelbuild/buildtools#108.
1 parent d632af7 commit d30b8be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/lcm.BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ install_files(
219219
# TODO(jamiesnape): Find an alternative to the requirement that a license file
220220
# must be passed to every single use of the install rule.
221221
DOC_DEST = "share/doc/lcm"
222+
222223
LICENSE_DOCS = ["COPYING"]
223224

224225
install(

0 commit comments

Comments
 (0)