Optimize imports, disallow wildcard imports because of klint, run linter
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
package exh.search
|
||||
|
||||
class Namespace(var namespace: String,
|
||||
var tag: Text? = null) : QueryComponent()
|
||||
class Namespace(
|
||||
var namespace: String,
|
||||
var tag: Text? = null
|
||||
) : QueryComponent()
|
||||
|
||||
Reference in New Issue
Block a user