Skip to content

Commit 36e35e8

Browse files
Update check_for_updates.go
Co-authored-by: Luca Rinaldi <lucarin@protonmail.com>
1 parent c77f162 commit 36e35e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

check_for_updates.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func checkForUpdates() (string, error) {
4545
var release struct {
4646
TagName string `json:"tag_name"`
4747
}
48-
4948
err = json.NewDecoder(resp.Body).Decode(&release)
5049
if err != nil {
5150
return "", err

0 commit comments

Comments
 (0)