Skip to content

Commit c8a1a4e

Browse files
committed
Fix formatting
1 parent 8110719 commit c8a1a4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/conv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ pub fn map_sampler_border_color_extras(
20362036
) -> Option<wgt::SamplerBorderColor> {
20372037
match extras {
20382038
Some(extras) => map_sampler_border_color(extras.samplerBorderColor),
2039-
None => None
2039+
None => None,
20402040
}
20412041
}
20422042

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use conv::{
44
from_u64_bits, map_adapter_type, map_backend_type, map_bind_group_entry,
55
map_bind_group_layout_entry, map_device_descriptor, map_instance_backend_flags,
66
map_instance_descriptor, map_pipeline_layout_descriptor, map_query_set_descriptor,
7-
map_query_set_index, map_shader_module, map_surface, map_surface_configuration,
8-
map_sampler_border_color_extras, CreateSurfaceParams,
7+
map_query_set_index, map_sampler_border_color_extras, map_shader_module, map_surface,
8+
map_surface_configuration, CreateSurfaceParams,
99
};
1010
use parking_lot::Mutex;
1111
use smallvec::SmallVec;

0 commit comments

Comments
 (0)