From 70d453c9c173cc95aeea97fa7bfe313590302498 Mon Sep 17 00:00:00 2001 From: hsyed Date: Thu, 15 Feb 2018 21:26:13 +0000 Subject: [PATCH] formating fixes --- third_party/ijar/test/kotlin/InlineCases.kt | 2 +- third_party/ijar/test/kotlin/regen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/ijar/test/kotlin/InlineCases.kt b/third_party/ijar/test/kotlin/InlineCases.kt index b2a164c875e4e4..1204bdc50ec9e8 100644 --- a/third_party/ijar/test/kotlin/InlineCases.kt +++ b/third_party/ijar/test/kotlin/InlineCases.kt @@ -12,4 +12,4 @@ abstract class AbstractClassWithInline { inline fun inheritedInlineFun(op: () -> Unit) { op() } } -object ObjectInheritingInline: AbstractClassWithInline() \ No newline at end of file +object ObjectInheritingInline: AbstractClassWithInline() diff --git a/third_party/ijar/test/kotlin/regen.sh b/third_party/ijar/test/kotlin/regen.sh index bfc26f08b2c1fb..4d37729e693ea9 100755 --- a/third_party/ijar/test/kotlin/regen.sh +++ b/third_party/ijar/test/kotlin/regen.sh @@ -1,3 +1,3 @@ #!/bin/bash -eu -kotlinc -module-name inline-cases -d inline-cases.jar InlineCases.kt \ No newline at end of file +kotlinc -module-name inline-cases -d inline-cases.jar InlineCases.kt