Skip to content

Commit

Permalink
🐛 fix ktlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Oct 17, 2021
1 parent 83b9ffa commit 3a0f8bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ object Notes {
@GET(SHEET_NAME) // sheet name
suspend fun getNotes(): List<Note>


@Write
@POST(ADD_NOTE_ENDPOINT) // form name
suspend fun addNote(@Body addNoteRequest: AddNoteRequest): AddNoteRequest


/**
* To test failure scenario.
*/
Expand All @@ -51,7 +49,6 @@ object Notes {
@Write
@POST("invalid_sheet") // form name
suspend fun addNoteToInvalidSheet(@Body addNoteRequest: AddNoteRequest): AddNoteRequest

}

fun createApi(): NotesApi {
Expand Down

This file was deleted.

0 comments on commit 3a0f8bb

Please sign in to comment.