Update file.go
Former-commit-id: 713c809c9314b3db947fd33e5fae69bbe0058865 [formerly 4dd6de8cddb93b1553a6d768db426ec3eb1f0b53] [formerly c5033b6ff486b786afd6b75e41ff35c3a8c69e47 [formerly a34422de577264539be64e42831dc6417f34273a]] Former-commit-id: 1028ebd6474ce1e257ef1f81c9f805c74f64994e [formerly 5f2db5f3060c457ff2af82e0e0be89a25d1cbc4d] Former-commit-id: 609be343302e0a49190ef6f37ee677116e9baa04
This commit is contained in:
parent
7bd4fbc0cb
commit
f4ceb7163e
1
file.go
1
file.go
|
@ -197,7 +197,6 @@ func (i *File) GetEditor() error {
|
||||||
// If there is an error, just ignore it and return nil.
|
// If there is an error, just ignore it and return nil.
|
||||||
// This way, the file can be served for editing.
|
// This way, the file can be served for editing.
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue