Skip to content

Commit

Permalink
Merge pull request #568 from ohno418/minor-indent-fix
Browse files Browse the repository at this point in the history
Fix indentations
  • Loading branch information
sotrh authored Sep 13, 2024
2 parents bd4f2b5 + 607b535 commit b31249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intermediate/tutorial13-hdr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ let (device, queue) = adapter
// UPDATED!
features: wgpu::Features::all_webgpu_mask(),
// UPDATED!
required_limits: wgpu::Limits::downlevel_defaults(),
required_limits: wgpu::Limits::downlevel_defaults(),
},
None, // Trace path
)
Expand Down

0 comments on commit b31249b

Please sign in to comment.