Skip to content

Commit

Permalink
formating fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyed committed Feb 15, 2018
1 parent 1f1b539 commit 70d453c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/ijar/test/kotlin/InlineCases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ abstract class AbstractClassWithInline {
inline fun inheritedInlineFun(op: () -> Unit) { op() }
}

object ObjectInheritingInline: AbstractClassWithInline()
object ObjectInheritingInline: AbstractClassWithInline()
2 changes: 1 addition & 1 deletion third_party/ijar/test/kotlin/regen.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -eu

kotlinc -module-name inline-cases -d inline-cases.jar InlineCases.kt
kotlinc -module-name inline-cases -d inline-cases.jar InlineCases.kt

0 comments on commit 70d453c

Please sign in to comment.