use pre-commit to force trailing ending line & remove trailing whitespaces at end of lines
This commit is contained in:
parent
55b9aeca11
commit
cca961f6c2
126 changed files with 135 additions and 139 deletions
|
@ -4,4 +4,4 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,4 +4,4 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
compileOnly(libs.aniyomi.lib)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -121,6 +121,3 @@ object BangumiScraper {
|
|||
return responseStr
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
plugins {
|
||||
id("lib-android")
|
||||
}
|
||||
}
|
||||
|
|
|
@ -219,8 +219,3 @@ class LycorisCafeExtractor(private val client: OkHttpClient) {
|
|||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -327,9 +327,9 @@ function initWasm() {
|
|||
__wbg_createElement_03cf347ddad1c8c0: function () {
|
||||
return applyToWindow(function (
|
||||
// @ts-ignore
|
||||
index,
|
||||
index,
|
||||
// @ts-ignore
|
||||
decodeIndex,
|
||||
decodeIndex,
|
||||
// @ts-ignore
|
||||
decodeIndexOffset) {
|
||||
return addToStack(canvas);
|
||||
|
@ -338,9 +338,9 @@ function initWasm() {
|
|||
__wbg_querySelector_118a0639aa1f51cd: function () {
|
||||
return applyToWindow(function (
|
||||
// @ts-ignore
|
||||
index,
|
||||
index,
|
||||
// @ts-ignore
|
||||
decodeIndex,
|
||||
decodeIndex,
|
||||
// @ts-ignore
|
||||
decodeOffset) {
|
||||
//let item = get(index).querySelector(decodeSub(decodeIndex, decodeOffset));
|
||||
|
@ -353,11 +353,11 @@ function initWasm() {
|
|||
return addToStack(nodeList);
|
||||
}, arguments);
|
||||
},
|
||||
__wbg_getAttribute_706ae88bd37410fa: function (offset,
|
||||
__wbg_getAttribute_706ae88bd37410fa: function (offset,
|
||||
// @ts-ignore
|
||||
index,
|
||||
index,
|
||||
// @ts-ignore
|
||||
decodeIndex,
|
||||
decodeIndex,
|
||||
// @ts-ignore
|
||||
decodeOffset) {
|
||||
//let attr = get(index).getAttribute(decodeSub(decodeIndex, decodeOffset));
|
||||
|
|
|
@ -4,4 +4,4 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,4 +4,4 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue