Skip to content

Commit 5c16112

Browse files
committed
ref: some indentation
1 parent 11e89ca commit 5c16112

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/kotlin/com/fernandocejas/sample/features/movies

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/fernandocejas/sample/features/movies/MoviesApi.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ internal interface MoviesApi {
2828

2929
@GET(MOVIES)
3030
fun movies(): Call<List<MovieEntity>>
31+
3132
@GET(MOVIE_DETAILS)
3233
fun movieDetails(@Path(PARAM_MOVIE_ID) movieId: Int): Call<MovieDetailsEntity>
3334
}

0 commit comments

Comments
 (0)