mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Restrict line length with ktlint
This commit is contained in:
		@@ -16,5 +16,18 @@ data class ChapterUpdate(
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
fun Chapter.toChapterUpdate(): ChapterUpdate {
 | 
			
		||||
    return ChapterUpdate(id, mangaId, read, bookmark, lastPageRead, dateFetch, sourceOrder, url, name, dateUpload, chapterNumber, scanlator)
 | 
			
		||||
    return ChapterUpdate(
 | 
			
		||||
        id,
 | 
			
		||||
        mangaId,
 | 
			
		||||
        read,
 | 
			
		||||
        bookmark,
 | 
			
		||||
        lastPageRead,
 | 
			
		||||
        dateFetch,
 | 
			
		||||
        sourceOrder,
 | 
			
		||||
        url,
 | 
			
		||||
        name,
 | 
			
		||||
        dateUpload,
 | 
			
		||||
        chapterNumber,
 | 
			
		||||
        scanlator,
 | 
			
		||||
    )
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user