mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
gofmt -s
This commit is contained in:
@@ -177,7 +177,7 @@ func displayFilename(filename string) string {
|
||||
|
||||
fsp := strings.Split(sp[1], "/")
|
||||
|
||||
return filepath.Join(fsp[1:len(fsp)]...)
|
||||
return filepath.Join(fsp[1:]...)
|
||||
}
|
||||
|
||||
// borrowed from github.com/client9/gosupplychain
|
||||
|
||||
Reference in New Issue
Block a user