mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 18:27:37 +08:00
all: Run go fmt across all files
This commit is contained in:
@ -21,11 +21,11 @@ const (
|
||||
)
|
||||
|
||||
type Term struct {
|
||||
client service.Client
|
||||
prompt string
|
||||
line *liner.State
|
||||
conf *config.Config
|
||||
dumb bool
|
||||
client service.Client
|
||||
prompt string
|
||||
line *liner.State
|
||||
conf *config.Config
|
||||
dumb bool
|
||||
InitFile string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user