Minor: drop semicolon in package declaration everywhere.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package foo;
|
||||
package foo
|
||||
|
||||
fun box1() = {
|
||||
1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
package foo;
|
||||
package foo
|
||||
|
||||
fun box2() = {
|
||||
1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user