Skip to content

Commit

Permalink
Add EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
raghulvelusamy committed Dec 18, 2023
1 parent 42b6129 commit 8f0fc18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/ksp/CoffeeAppJavaModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ abstract static class Builder {

abstract CoffeeAppJavaModel build();
}
}
}
2 changes: 1 addition & 1 deletion examples/ksp/CoffeeAppService.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

@AutoService(Object.class)
public class CoffeeAppService {
}
}
2 changes: 1 addition & 1 deletion src/test/data/jvm/ksp/CoffeeAppModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ package src.test.data.jvm.ksp
import com.squareup.moshi.JsonClass

@JsonClass(generateAdapter = true)
data class CoffeeAppModel(val id: Int)
data class CoffeeAppModel(val id: Int)
2 changes: 1 addition & 1 deletion src/test/data/jvm/ksp/CoffeeAppService.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

@AutoService(Object.class)
public class CoffeeAppService {
}
}

0 comments on commit 8f0fc18

Please sign in to comment.