mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
Add newline between functions
This commit is contained in:
@ -109,6 +109,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func handleExit(t *term, dbp *proctl.DebuggedProcess, status int) {
|
||||
errno := goreadline.WriteHistoryToFile(historyFile)
|
||||
fmt.Println("readline:", errno)
|
||||
|
||||
Reference in New Issue
Block a user