mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Rustfmt on xy.rs
This commit is contained in:
parent
4fe7df220a
commit
12593c8ea8
@ -12,10 +12,7 @@ pub struct XY<T> {
|
|||||||
impl<T> XY<T> {
|
impl<T> XY<T> {
|
||||||
/// Creates a new `XY` from the given values.
|
/// Creates a new `XY` from the given values.
|
||||||
pub fn new(x: T, y: T) -> Self {
|
pub fn new(x: T, y: T) -> Self {
|
||||||
XY {
|
XY { x: x, y: y }
|
||||||
x: x,
|
|
||||||
y: y,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Destructure self into a pair.
|
/// Destructure self into a pair.
|
||||||
|
Loading…
Reference in New Issue
Block a user