mirror of
				https://github.com/go-delve/delve.git
				synced 2025-11-04 06:32:16 +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) {
 | 
					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)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user