Minor: drop semicolon in package declaration everywhere.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package foo;
|
||||
package foo
|
||||
|
||||
val Double.abs: Double
|
||||
get() = if (this > 0) this else -this
|
||||
|
||||
Reference in New Issue
Block a user