Skip to content

Commit bca01ae

Browse files
authored
Reformat go files with no tabs
1 parent 8ea9658 commit bca01ae

File tree

2 files changed

+3
-3
lines changed
  • go/ql/integration-tests/package-exclusion-fix/src

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package config
22

33
type Settings struct {
4-
Value string
4+
Value string
55
}
66

77
func Value() string {
8-
return Settings{Value: "ok"}.Value
8+
return Settings{Value: "ok"}.Value
99
}

go/ql/integration-tests/package-exclusion-fix/src/mainmodule/app/jobs/worker/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ package worker
33
import "example.com/configmodule/config"
44

55
func Use() string {
6-
return config.Value()
6+
return config.Value()
77
}

0 commit comments

Comments
 (0)