lint
This commit is contained in:
parent
92b8d1607f
commit
a3bc98589e
1 changed files with 3 additions and 1 deletions
|
|
@ -245,7 +245,9 @@ export default {
|
||||||
},
|
},
|
||||||
configSink() {
|
configSink() {
|
||||||
if (this.path == null) {
|
if (this.path == null) {
|
||||||
return () => {/* no-op */}
|
return () => {
|
||||||
|
/* no-op */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (this.realSource) {
|
switch (this.realSource) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue