Add newline between functions
This commit is contained in:
parent
269f111822
commit
d8ff93d875
@ -109,6 +109,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func handleExit(t *term, dbp *proctl.DebuggedProcess, status int) {
|
func handleExit(t *term, dbp *proctl.DebuggedProcess, status int) {
|
||||||
errno := goreadline.WriteHistoryToFile(historyFile)
|
errno := goreadline.WriteHistoryToFile(historyFile)
|
||||||
fmt.Println("readline:", errno)
|
fmt.Println("readline:", errno)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user