mirror of
https://github.com/telanflow/mps.git
synced 2025-12-24 11:30:55 +08:00
fix code format
This commit is contained in:
@@ -71,4 +71,3 @@ func main() {
|
||||
body, _ := ioutil.ReadAll(resp.Body)
|
||||
log.Println(string(body))
|
||||
}
|
||||
|
||||
|
||||
@@ -46,4 +46,4 @@ func singleJoiningSlash(a, b string) string {
|
||||
return a + "/" + b
|
||||
}
|
||||
return a + b
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user