1
1
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:
Timothy Clem 2018-03-12 13:53:06 -07:00
parent 5b1829e474
commit cb9004804f
2 changed files with 9 additions and 9 deletions

View File

@ -12,8 +12,8 @@ import (
func foo() {}
func main() {
foo()
foo()
m.Sin()
Math.Sin()
m.Sin()
Math.Sin()
}

View File

@ -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",