mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
style: newline b/w Span::{UNDEFINED, new}
This commit is contained in:
parent
78928654a2
commit
25b2b6afa1
@ -11,6 +11,7 @@ pub struct Span {
|
||||
|
||||
impl Span {
|
||||
pub const UNDEFINED: Self = Self { start: 0, end: 0 };
|
||||
|
||||
/// Creates a new `Span` from a range of byte indices
|
||||
///
|
||||
/// Note: end is exclusive, it doesn't belong to the `Span`
|
||||
|
Loading…
Reference in New Issue
Block a user