mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Remove trailing whitespaces
This commit is contained in:
Vendored
+2
-2
@@ -9,7 +9,7 @@ declare module "vec3" {
|
||||
constructor(location: number[]);
|
||||
constructor(location: {x: number; y: number; z: number});
|
||||
constructor(locationStr: string);
|
||||
|
||||
|
||||
set(x: number, y: number, z: number): Vec3;
|
||||
update(other: Vec3): Vec3;
|
||||
floored(): Vec3;
|
||||
@@ -31,4 +31,4 @@ declare module "vec3" {
|
||||
min(other: Vec3): Vec3;
|
||||
max(other: Vec3): Vec3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user