1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-02 23:27:32 +02:00

apply gofumpt

This commit is contained in:
John Shin 2022-07-03 02:00:40 -07:00
parent 4d54b3801f
commit 1eb47deae4

View File

@ -12,7 +12,6 @@ func isWSL() bool {
// GetPlatformDefaultConfig gets the defaults for the platform // GetPlatformDefaultConfig gets the defaults for the platform
func GetPlatformDefaultConfig() OSConfig { func GetPlatformDefaultConfig() OSConfig {
if isWSL() { if isWSL() {
return OSConfig{ return OSConfig{
EditCommand: ``, EditCommand: ``,