Skip to content

Commit e41cc54

Browse files
committed
Fix buildifer.
Signed-off-by: Mike Inouye <[email protected]>
1 parent b5ab321 commit e41cc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ cc_library(
3838
# but do not have an attached display. This requires setting 'qt_gui_platform'
3939
# to `headless`, and subsituting the depedency in the top-level BUILD.
4040
QT_GUI_PLATFORMS = {
41-
"native": "",
4241
"headless": "_headless",
42+
"native": "",
4343
}
4444

4545
[

0 commit comments

Comments
 (0)