Minor: auto-format of module: node-api, node-schemas

This commit is contained in:
Mike Hearn
2017-04-11 12:43:25 +02:00
parent d6af727751
commit eec8b9e4da
3 changed files with 42 additions and 37 deletions

View File

@ -233,6 +233,7 @@ class ConfigParsingTest {
data class OldData(
@OldConfig("oldValue")
val newValue: String)
enum class TestEnum { Value1, Value2 }
}