mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
Run go fmt
on this fixture
This commit is contained in:
parent
5b1829e474
commit
cb9004804f
6
test/fixtures/go/import-graph/main.go
vendored
6
test/fixtures/go/import-graph/main.go
vendored
@ -12,8 +12,8 @@ import (
|
||||
func foo() {}
|
||||
|
||||
func main() {
|
||||
foo()
|
||||
foo()
|
||||
|
||||
m.Sin()
|
||||
Math.Sin()
|
||||
m.Sin()
|
||||
Math.Sin()
|
||||
}
|
||||
|
12
test/fixtures/go/import-graph/main.json
vendored
12
test/fixtures/go/import-graph/main.json
vendored
@ -120,11 +120,11 @@
|
||||
"span": {
|
||||
"start": [
|
||||
15,
|
||||
3
|
||||
2
|
||||
],
|
||||
"end": [
|
||||
15,
|
||||
8
|
||||
7
|
||||
]
|
||||
},
|
||||
"symbol": "foo",
|
||||
@ -134,11 +134,11 @@
|
||||
"span": {
|
||||
"start": [
|
||||
17,
|
||||
3
|
||||
2
|
||||
],
|
||||
"end": [
|
||||
17,
|
||||
10
|
||||
9
|
||||
]
|
||||
},
|
||||
"symbol": "Sin",
|
||||
@ -150,11 +150,11 @@
|
||||
"span": {
|
||||
"start": [
|
||||
18,
|
||||
3
|
||||
2
|
||||
],
|
||||
"end": [
|
||||
18,
|
||||
13
|
||||
12
|
||||
]
|
||||
},
|
||||
"symbol": "Sin",
|
||||
|
Loading…
Reference in New Issue
Block a user