Minor: drop semicolon in package declaration everywhere.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package foo;
|
||||
package foo
|
||||
|
||||
import kotlin.InlineOption.*
|
||||
|
||||
@@ -47,4 +47,4 @@ class Bar {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user