Skip to content

Commit e4d3584

Browse files
committed
Follow standard imports order
1 parent 28f3f68 commit e4d3584

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libraries/cron/fill_missing_checksums.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package cron
22

33
import (
4-
"arduino.cc/repository/libraries/hash"
54
"io"
65
"net/http"
76
"os"
7+
8+
"arduino.cc/repository/libraries/hash"
89
)
910

1011
/*

libraries/github_release_downloader.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package libraries
22

33
import (
4-
"arduino.cc/repository/libraries/hash"
54
"io"
65
"io/ioutil"
76
"net/http"
87
"os"
98
"strings"
9+
10+
"arduino.cc/repository/libraries/hash"
1011
)
1112

1213
// GithubDownloadRelease downloads GitHub's archive of the release.

0 commit comments

Comments
 (0)