mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt fixes
This commit is contained in:
@@ -505,4 +505,4 @@ pub fn (c Complex) acsch() Complex {
|
||||
// Complex Equals
|
||||
pub fn (c1 Complex) equals(c2 Complex) bool {
|
||||
return (c1.re == c2.re) && (c1.im == c2.im)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user