Skip to content

Commit

Permalink
Fix duplicated code due to the conflict resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-francisco-jt committed Nov 30, 2023
1 parent 219921e commit f72926b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .idea/kotlinScripting.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,4 @@ internal class DefaultTasksLocalDataSource(
override suspend fun moveTask(day: LocalDate, fromPosition: Int, toPosition: Int) {
tasksDao.moveTask(day, fromPosition, toPosition)
}

override suspend fun moveTask(day: LocalDate, fromPosition: Int, toPosition: Int) {
tasksDao.moveTask(day, fromPosition, toPosition)
}
}

0 comments on commit f72926b

Please sign in to comment.