Skip to content

Commit 5c2e784

Browse files
committed
style: added spacing
1 parent 6bbd7e6 commit 5c2e784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl State {
3838
/*
3939
* The handle to the GPU
4040
*/
41-
let instance =wgpu::Instance::new(wgpu::InstanceDescriptor {
41+
let instance = wgpu::Instance::new(wgpu::InstanceDescriptor {
4242
backends: wgpu::Backends::all(),
4343
dx12_shader_compiler: Default::default(),
4444
});

0 commit comments

Comments
 (0)