Skip to content

Commit

Permalink
suppress lint
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Apr 17, 2024
1 parent 99658f6 commit a1c4bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ utki::shared_ref<ruis::key_proxy> carcockpit::make_root_widgets(utki::shared_ref
.widget_params = {
.id = "gauge_slider"s,
.lp = {
.dims = {lp::fill, 30_pp}
.dims = {lp::fill, 30_pp} // NOLINT(cppcoreguidelines-avoid-magic-numbers)
}
},
.oriented_params = {
Expand Down

0 comments on commit a1c4bfd

Please sign in to comment.