Skip to content

Commit

Permalink
lint fix: missing new-line
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Dec 4, 2023
1 parent c9a080c commit 2e754ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/re_renderer/src/wgpu_resources/sampler_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl GpuSamplerPool {
})
})
}

/// Locks the resource pool for resolving handles.
///
/// While it is locked, no new resources can be added.
Expand Down

0 comments on commit 2e754ba

Please sign in to comment.