Skip to content

Commit cf29a78

Browse files
authoredJun 15, 2023
style: format go code with gofmt (doocs#1037)
1 parent f8e49aa commit cf29a78

File tree

292 files changed

+3087
-3078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+3087
-3078
lines changed
 

‎lcci/01.03.String to URL/Solution.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ func replaceSpaces(S string, length int) string {
1414
}
1515
}
1616
return string(b[j:])
17-
}
17+
}

‎lcci/01.05.One Away/Solution.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ func min(x, y, z int) int {
3939
return y
4040
}
4141
return z
42-
}
42+
}

0 commit comments

Comments
 (0)